| Thread | Last Post | Replies |
|
| ~vcecho!cCompiling / bResult error when compiling | 17 Oct 2004 23:01 GMT | 3 |
I recently installed a new XP on a new computer and then installed VS 2002 on it. Its my first time I move my project from VS6 mainly becasue of the improved debugging support. So far I must say, big mistake, but I am determined to go on if possible before I roll back to VS 6 and ...
|
| Remote control users PC | 16 Oct 2004 19:04 GMT | 1 |
Can I use NS.net develop a program or web based program that will allow me to take control of someone else computer to trouble shoot a problem similar to Webex or PC Anywhere. We do a lot of customer support service and we use Webex to either fix or demo our products. Is there ...
|
| Visual Studio 2005 | 16 Oct 2004 19:03 GMT | 2 |
When will be Visual Studio 2005 realized?
|
| Make VS03 leave my html alone | 16 Oct 2004 17:07 GMT | 2 |
Hello. I want to write my own html (never using the designer). But I find VS sometimes changes my carefully constructed style= attributes on tags into invalid stuff (capitalizing, changing to html attributes like width). I've changed my doctype to xhtml transitional, so you'd ...
|
| VS 2003 IDE Hangs | 16 Oct 2004 06:01 GMT | 2 |
Has anybody experienced a problem where the IDE just suddenly hangs? I've been experiencing this problem repeatly since install SP2. Currently, I'm running an INTEL single processor, XP PRO SP2, Framework 1.0 SP3 installed, Framework 1.1 SP1 installed.
|
| vbscript with .net GUI --urgent | 16 Oct 2004 04:07 GMT | 3 |
is it possible to execute a vbscript from within VS.NET? I opened the file but the execute is not available?
|
| vb.net dateTime structure | 15 Oct 2004 18:47 GMT | 1 |
Im new to vb.net. Im trying to use the dateTime structure to get current date and time. Im getting a build error on the property now. Is there a reference I need to add? Heres the code Im using
|
| compile max | 15 Oct 2004 16:39 GMT | 1 |
// how do I get this to compile?, (error messages below) thanks #include <windows.h> #include <limits> int main()
|
| Visual Studio as Shell for GNU? | 15 Oct 2004 15:55 GMT | 1 |
We've got a large portable code-base that compiles under GNU (Linux and Windows). We're having trouble with the Microsoft compiler in how it handles (or doesn't handle) exports for classes containing STL based instance variables. So, we are looking at the possibility of using ...
|
| newbie code folding question | 15 Oct 2004 14:47 GMT | 2 |
I'm sorry for this newbie question. What are the keystrokes for VS2K3 for code folding out of the box? I can't seem to find any links on the web about this. Links would be prefered but if you can't find it either the keystrokes would be great. Thanks.
|
| An operator of closing Visual Studio | 15 Oct 2004 14:38 GMT | 3 |
Just type somewhere in the global scope in some C++ file: operator:( Don't forget to save files/projects before! Is that yet another rude mockery from MS? Sometimes I have such a paranoid feeling.
|
| .NET: Help Find Trees in Forest | 15 Oct 2004 12:49 GMT | 2 |
Hi, all! I've been using VS 6 for years, and now have VS 2003. If I stick to VC++/MFC, I'm quite comfortable, but it was hardly worth the upgrade. Now, when I got to VC++.NET, I'm somewhat lost in that the class
|
| Can't Open Some Existing Projects | 15 Oct 2004 11:54 GMT | 1 |
I'm running Visual Studio .NET to develop web applications. For the past two days I have experienced the following problem. I am able to create, execute, and debug the web app without any problem. However the next day, when I attempt to open the web app project that was created the ...
|
| Problem in adding file to deployment | 15 Oct 2004 09:59 GMT | 9 |
I am creating an add-in using VS.NET add-in wizard. The MSI is auto generated by the wizard. This works fine. What I want to do is to add a custom readme file to the installation folder, then I add an existing item in solution explorer, and set the
|
| How to delete event handler or member variables in VS.NET? | 15 Oct 2004 05:07 GMT | 6 |
In VS6, I can delete them using class wizard, but how to do the same thing in VS.NET (2003) ? Currently, I have to delete them by hand... Thanks
|