Software Development Network Logo
  • VS Team System
  • Game Technologies
  • VS Express Editions
  • Visual C#
  • Windows Forms
  • Visual Studio
  • Visual C++
  • Microsoft ISV
  • SQL Server
  • Windows Vista
  • Visual FoxPro
  • Architecture
  • .NET Development
  • Windows Live
  • Visual Basic

Software Development Network >> fragglefeet's Q&A profile

fragglefeet

Member List

smeags
gauravgulati81
Zdliang
coolio999
Alrik
NickGetz
zespri
TonyTheCalypsoKid
Aynemail
Barry Tu MSFT
Klepa
RLG
sachleen
Apathy
Tadeusz_EIF
SirSmokey
Pankaj Kumar Sharma
Van
ducksauce
C. Lange
Only Title

fragglefeet's Q&A profile

  • Smart Device Development Invoke ShellAPI for Windows Mobile 5

    I try to invoke the Shell_NotifyIcon for Windows Mobile 5. I have search in the library of Windows Mobile 5 SDK the shell library name is "Shell.dll", but then i create DllImport statement in C# to invoke the function of "Shell.dll" then found error that said the "Shell.dll" not found. Does anyone here know the file name of shell for Windows Mobile 5. I've try all kind name but still not get the correct name of shell library (i try shellapi.dll, shell.dll, etc. but still not good result). Thanks. To see the declaration of an API, please search it on http://msdn2.microsoft.com . In this particular ...Show All

  • SQL Server Query performance

     have a database table. The table has number of fields. Out of those fields one is Company and another is DateTime. The table has thousands of records. I want to get the most recent record for each company. In order to do that I am using the following query SELECT * from CompanyDetail AS X WHERE [DateTime]=(SELECT max([DateTime]) FROM CompanyDetail WHERE Company=X.Company) ORDER BY Company Note: There is only one record exists for the given company on a given date The problem is that this query is very slow. Am I doing something wrong or there could be another alternative way to improve it Just to clarify that I am using Access datab ...Show All

  • SQL Server Can I install MS SQL 2005 Dev on win 2003 web

    Hello to everyone again to get info and support I relay on forums..... I buy Visual studio 2005 professional there is included MS SQL 2005 developer edition I buy Brand new DELL PC ($4750) with Windows server 2003 web edition I can not install MS SQL 2005 developer edition my curently cost to buy all these MS products was $1080CAD + $350CAD for win 2003 I didn't find normal to have no telephone suport and no version capability I am really mad!!!! please if there is step-by-step guide how to install MS SQL 2005 on win 2003 web please let me know mail@bluelabs.ca Thank you in advance Valentin Petkov ...Show All

  • Windows Forms C# and vb.net problem

    am doing a winform in c# and my friend id doing othere winform in vb.net (we r both using VS2003) is there a way so my form can come out in his for (when a user clickes a buttom in his form mine comes out)(i don't want his form to only excute i want him to be able to change my form apprence (my friend in vb.net)) is there a way u can u give me a site that shows that or show me here thanks If each prjoject is created in a DLL (New Project-->Windows Control Libary), and each of you we reference the other one dll on his project, you can use each other forms and controls as it was your own ...Show All

  • Visual Studio Express Editions Is there a way to determine the color of a point?

    Well, the title pretty much outlines my querry. Is there a way to find the color of a given point, if the point is known I've written a code to randomly draw a "land mass" (a polygon that's flat on 3 sides and randomly "mountainous" on the upper side) for a simple game that I'm creating. I've filled in this polygon as green. When I made a very similar game in QBasic, there was a function for determining a pixel's color. I used it to "find" where the land was, when the trajectory of a shot hit it. This way, I knew that I had hit land when the pixel that was going to get the trajectory drawn ...Show All

  • Visual Studio 2008 (Pre-release) Three examples I'd like to see from the Avalon ATC team

    I couldn't find a way to contact the Avalon ATC team, so I figured I'd do it here. Here are two samples I'd like them to show: Fixed Percentage Width ListView: We define columns with a percentage width. The columns cannot be resized. Whenever the window is resized, the columns resize based on the percentage of the entire ListView they take up. Variable Width Fixed Total ListView: Columns are defined by normal widths. However, the last column auto sizes to the end of the ListView. Resizing any column bigger resizes the column next to it smaller. Therefore, the total width of all the columns is always the exact amount of space the Lis ...Show All

  • Visual Studio Express Editions How can I access variables between forms

    Hello everyone, I have two forms and would like to assign the value of a variable (receive) from form1 to a variable (count) on form2. Does anyone have an example they can post. Thanks, Ken Here you go using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { } private void button ...Show All

  • Visual C++ mysql.h

    I was working with a book that talked about using mysql.h but did not find the file with the Visual Studio .NET package.  Google searches have proved unsuccessful.  Where would I be able to get this file Look in this site is a book about mysql and C++, very helpful http://www.arcanthea.com good luck. ...Show All

  • SQL Server Full Text Index for AdventureWorks Document Table

    I am working the Books Online documentation for the full-text search feature of SQL Server 2005 Express Advanced and having a problem following the instructions. I made sure to choose the "Full Text Search" option during installation of VB 2005 Express Advanced. I downloaded, installed, and attached the AdventureWorks database successfully. I checked to ensure that the database was enabled for full-text search, but could not follow the instructions for indexing a table within the database. Here are the instructions from Books Online: To enable a table for full-text indexing Expand the server group, expand ...Show All

  • Visual Studio Express Editions sql commands in visual basic express 2005

    hi im trying to use a delete command to delete data from table1 if its in table2 my command is delete table1 from table1, table2 where table1.test = table2.test please help i keep getting delete is not declared so i tryed this Dim delete As New SqlCommand() delete table1 from table1, table2 where table1.test = table2.test now i get delete isnt an expression please help willing to change anything to get this to work Imports System.Data.SqlClient Public Class Form2 Private Sub Button1_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Button1.Click Dim strCnn As String = "C:\Documen ...Show All

  • Visual Studio Express Editions Deploying an Application

    Hello everyone, Does anyone know if VBEE can create an exe file of the project you have crated and wanted to deploy If you could do this then the following would be handy howver you need the project exr file which you can create in VB 6.0 but not sure in VBEE. If you could craete an exe file and you need a powerful installation software program where it generates a setup.exe file only for your vbee projects you can use --> http://www.jrsoftware.org/isinfo.php This is the standard software I have ued when creating VB 6.0 projects. There is a short learning curve but worth the hassle. Some Notes to Ponder About Make ...Show All

  • Visual Studio Team System Team Projects vs. Source Control

    The company I work for has a structured file system for VSS6.0. We want to keep the same system for the source code, but would like to utilize Team Foundation Server and Team Projects. Do Team Projects need to be associated in the same way as source code or are they independent of the code For example, my Explorer tree looks like this: Classes MyClass HisClass WebApps WebApp_A WebApp_B Each sub-directory is a solution which could contain multiple code projects. My Team Project would consist of WebApp_A and MyClass. Is this possible If so, does it only make a reference to the directories or does it create a new dire ...Show All

  • .NET Development Types of JIT Compiler

    Hi all, I heard that there are different types of JIT compilers available.Is it so If YES..What are the different types of JIT compilers available right now Thanks, Suresh. Hi.. thanks.. may i get more details regarding the functions of JIT compilers.. ...Show All

  • Visual C++ Wizard fails with 'Your web browse has restricted this file from showing ..."

    I've instaleld the release cnadidate given out at the PDC, and have IE7.0 Beta installed. Whenever I try and use a wizard (MFC application wizard for example) I get a dialog popping up asking me if I noticed the information bar. The information bar is in the wizard dialog, and it tells me: "To help protect your security, your web browser has restricted this file from showing active content that could access your computer click here for options...." -- Dan I tried to repro this with a recent build of IE7.0 Beta and latest build of VS 2005. Wizards work fine. Which build of IE7.0 Beta are you using ...Show All

  • Visual Basic trouble setting a max and min value

    I have the following code: Private Sub numericTextboxKeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress Dim tb As TextBox = CType(sender, TextBox) Dim chr As Char = e.KeyChar If IsNumeric(e.KeyChar) And Not e.KeyChar = "-" Then 'If adding the character to the end of the current TextBox value results in ' a numeric value, go on. Otherwise, set e.Handled to True, and don't let ' the character to be added. e.Handled = Not IsNumeric(tb.Text & e.KeyChar) ElseIf Not Char.IsControl(e.KeyChar) Then 'IsControl is ...Show All

©2008 Software Development Network