| Thread | Last Post | Replies |
|
| Debugging with VS6 when VS7 is installed (DebugBreak). | 14 Jun 2004 15:40 GMT | 1 |
After installing VS7, using the DebugBreak() statement within my program will invoke the Just-in-Time debugger dialog with no provision for calling visual studio 6. How can I add to this dialog so the VS6 be launched?
|
| VB Spell Checker component | 14 Jun 2004 14:40 GMT | 3 |
Are there any spell checker components that any one can refer me to. I'm looking to spell check text boxes "as you type": I've tried one by Polar Software and while impressed with its functionality, I was looking for something a bit more robust.
|
| System Req | 14 Jun 2004 14:35 GMT | 1 |
Can VB.Net be installed on run on win98
|
| Wheel mouse | 14 Jun 2004 11:34 GMT | 2 |
I can't get my wheel working in VStudio 6, SP5! It works in every other application on the PC,what is wrong? Thanks in advance, SteveW
|
| Setup project build crashes Visual Studio | 14 Jun 2004 08:57 GMT | 15 |
We have a VS .Net 2003 solution containing five projects, two Windows Applications, two Class Libraries and a Setup Project. The Setup Project was created on our build machine using VS Enterprise Developer and stored (with the solution in VSS). We have five developers that
|
| C#.net singleton | 14 Jun 2004 08:37 GMT | 1 |
hello, I need help whit a singleton desing pattern because I need cretated a single instance of windows form whit this patter, but when I close the windows form, whit close event, I can´t call again the windows form.
|
| Controls and button style windows xp | 14 Jun 2004 08:30 GMT | 1 |
Hi friends. How to make that the controls and button of the forms are similar to Windows Xp with VB net . Thanks you.
|
| controls and Button style Windows XP | 14 Jun 2004 08:30 GMT | 2 |
Hi Friends. How to make that the controls and button of the forms are similar to Windows Xp with VB net . Thanks you.
|
| Creating Web Application using vb.net | 14 Jun 2004 00:35 GMT | 1 |
I have used VB.net to create a couple simple windows applications. I am now trying to create a web application. When I try to create a new ASP.NET Web application I receive an error: Unable to create web project webapplication1. The UNC share does not exist or you do not have ...
|
| Problem with Server Explorer | 12 Jun 2004 04:15 GMT | 3 |
My XP crashed the other night and I successfully restored my XP using the Last Known Good Menu option. Then it automatically re-download and re-install Windows updates. After that, when I open VSNET Pro, I no longer can see all my databases from my SQL Server instance. Pushing the ...
|
| vsnet 2003, error 1706 doing setup build | 11 Jun 2004 19:35 GMT | 1 |
Added a setup project to my solution went thru all wizard steps. Run build and the Windows Installer dialog pops up and runs. It then pops up the error dialog - error 1706 no valid source could be found for product visual studio enterprise architect 2003 English. The windows ...
|
| XML editing problem | 11 Jun 2004 14:48 GMT | 2 |
I just ran into a bizarre problem in VS.NET 2003 that I can't explain. I have a 120KB XML file that is all one line (ie. no CR/LFs). I can open this file fine in IE6 or notepad but when I try to open it in VS.NET 2003, it goes into 100% CPU utilization and never comes back. I have ...
|
| Saving VS.NET 2003 settings and layout? | 11 Jun 2004 09:51 GMT | 1 |
I am upgrading my hard drive and I will be re-installing VS.NET 2003. I have my VS preferences, options and layout to my liking with the old installation and I would like to be able to somehow transfer these settings to the newly installed VS. However, I haven't found any obvious ...
|
| need to allow unsafe code in C#, but don't have build properties p | 11 Jun 2004 06:19 GMT | 1 |
I'm using a C++ dll and need to allow unsafe code because the dll function takes char *. I am using Visual Studio.NET 2002. Everything I've seen says to go to the project properties page, then the build properties page and allow it there. For some reason, my project does not ...
|
| Alternatives to really big solutions (100 project) | 11 Jun 2004 01:10 GMT | 4 |
I've got a very large solution file, which currently has about 100 projects in it. It's not at all feasible to develop using the solution file as the build time for even the most trivial of changes is unreasonable. Now most of these projects are pretty stable, and rarely change, so ...
|