Dude67's Q&A profile
Visual Studio Express Editions Need help in Boundary check
Keep in mind that i named my label to box 1. If we want to keep the box within the boundaries, then we must have a way to test whether the box is moving out of the boundaries. a. Which properties of the box would you use to check b. ...Show All
Visual Basic Can't Run Inside IDE
Hi I am an ABSOLUTE beginner with VB 2005 Express edition. My problem is I cannot run even the simplest Hello World application within then IDE when I hit F5 on my XP (SP-2) system. I have even plugged in the correct code supplied by Microsift and no application will run. Generally, the form appears for a very brief second, and then disappears and I am back to design view. I can't get the application to remain on the screen Everything runs ...Show All
.NET Development Appending from file to file
Hi, Im having a lil problem with 2 xml files. Im trying to append from file to file with C#. One xml file is on my pc, the other one is on the server. The xml file on the server gets input for appointments. They look like this: [code] < xml version="1.0" standalone="yes" > <Agenda> <Appointment> <Id> 1 </Id> <Date> 20060604 </Date> <Time> 120000 </Time> <Subject> whatever </Subje ...Show All
.NET Development Using NET 1.1 components with NET 2.0 program.
Hi: I am about to move a project from VS2003 to VS2005 and would like to know if I can continue to use components developed for VS2003 and NET 1.1 'as-is' under the new IDE. I have not uninstalled the NET.1.1 framework as I'm sure this will be needed, but are there any compatibility issues I should know about TIA, MartinH. 05 does not use the 1.1 framework it uses 2.0.... You can however have both installed on the same system and run t ...Show All
Visual Studio Team System New report
After un-installing the SQL Server Express, then installing the SQL Server CTP version this fixed my problem. If I wanted to create a report that essentially copied the same type of Query within Team Explorer, for instance: "SELECT [System.Id], [System.Title] FROM WorkItems WHERE [System.TeamProject] = @project ORDER BY [System.Id]" Where is the "WorkItems" view (I am assuming a view) that I can setup my report to hit against I don't see ...Show All
Visual Studio Express Editions My.Settings file location
Hi. Is there an easy way to change the location of user config files without having to re-write the entire settings class and provider Reason: I'm the only user of my PC, and I do a lot of small samples that never make it to real life (at least, not on their own.) Usually when I'm done with the test/sample project it's deleted or at least never used again. Then I have several unused user configfiles floating around in the Application Data ...Show All
Windows Forms is it possible to control vertical scroll datagrid with two push buttons??????
Hi, I have been looking for in this forum any example or any help but i haven’t found any thing. I have a windows application using C# with a datagrid, I want to control the horizontal scroll and the vertical scroll with two buttons, 2 buttons for the horizontal and others two for the vertical. The ventical’s control is working with the two buttons. I have used this .dataGrid1.CurrentRowIndex But my problem is the horizontal control I don ...Show All
Visual Studio Team System Problem with code analysis in Team Architect
When building a C# project in Team Architect that has code analysis switched on in another Team Edition, I get an exception in Visual Studio. A NullReferenceException is thrown from the method Microsoft.Build.Tasks.CodeAnalysis.GenerateFullPathToTool() , causing an unexpected failure of the CodeAnalysis task. This also leads to problems when checking in code for a Team Project that has a code analysis check-in policy. For more inform ...Show All
Visual C++ Unable to find an entry point named GetModuleHandleExA in DLL Kernel32.dll
I am experiencing the following issue: I want to dynamically load Native Message Defenition Library in Managed C++. I am trying to load a Native Library developed in VC++ 6.0 using LoadLibraryA() API. and GetModuleHandleExA . I need to get the Handle from the GetModuleHandleExA API.When I call this GetModuleHandleExA() API, I am getting an exception "Unable to find an entry point named GetModuleHandleExA in DLL Kernel32.dll&q ...Show All
Visual C# Need a quick conversion from string to char*
I need to sleep and my time is short. I need a quick way to convert a variable of type 'string' to 'char *'. I need to do this because my function in a .dll only accepts strings as 'char*' Any snippets of code would be appreciated. Thanks. u cannot get an string into an array.. unless the string lenght is 1...but u can use the function of the string ToCharArray() so u can get ur string in an array of chars mig16 ...Show All
Visual Studio Team System What versions of SQL server are compatible with Foundation Server?
Is Yukon required as the data store, or can I use SQL 2000 If Yukon, what versions can be used Hi all, I encounter the following error in the prerequisites during my installation of the Foundation Server. Microsoft SQL Server 9 Analysis Services is either not started or not installed. Microsoft SQL Server 9 Report Server Services is either not started or not installed. I would appreciate if yo ...Show All
SQL Server SSSB Error Message
What could be causing the following: This message could not be delivered because its message timestamp timestamp has expired or is invalid. Keep in mind the synchronization doesn't have to be exact - with 20 minutes or so is adequate. The most common cause of this is that someone has the timezone set wrong so GMT is not correct. It's also theoretically possible for a very slow network or message forw ...Show All
Smart Device Development How to Display Modal Dialog?
Basically, I have a fairly straightforward question. How to display a modal dialog form and then return to the calling form. Most of my experience to date is with VB6 and I'm probably just going about this the wrong way. I'm using the following code to display a Help|About dialog from a menu click. Fairly standard. private void mnuAbout_Click( object sender, EventArgs e) { frmAbout frm = new frmAbout(); frm.Sh ...Show All
Visual Studio Extending VSS with IVSSEventHandler
When using the IVSSEventHandler interface for writing a custom SourceSafe plugin, how do I trap a DELETE event of a file Some help please... Unfortunatele Delete is not one of the events that can be trapped with IVSS automation. For the list of events that can be intercepted, see this web page: http://msdn2.microsoft.com/en-us/library/microsoft.visualstudio.sourcesafe.interop.ivssevents_members.aspx Ali ...Show All
SQL Server Count Query
hi! I am new to this whole SQL language... had a question about using a count function or if i shuld even be using a count function for this... Data I have to work with I would like my result set to look like this: ID ID2 ID ID1Count ID2Count ID3Count ID4Count A 1 A 2 2 2 3 A 1 B 1 ...Show All
