| Thread | Last Post | Replies |
|
| Dumb Question? | 10 Oct 2006 16:30 GMT | 3 |
Can someone provide a link of the Visual Studio product line comparisons? I am looking at VS2005 and want to know what it includes, the differences between Standard/Pro and if I can get a competitive upgrade. What compilers are included C#/C++?
|
| VS 2005 sp1 and previous hotfixes | 10 Oct 2006 10:57 GMT | 13 |
Do hotfixes KB920857 and KB920805 need to be removed before installing VS 2005 SP1 beta 1?
|
| I suck as a developer... Trapping close event in Windows Form | 10 Oct 2006 04:23 GMT | 1 |
Single Form app, VS 2003, .Net 1.x.... I want to trap the close event (x button, or whatever) so I can update a dataset and xml doc b4 the forms disposes.... For the love of all things human, the close event will not fire.
|
| NODEFAULTLIB new _memset | 10 Oct 2006 04:02 GMT | 1 |
If I create a Win32 C++ project in VS2005 and change the project setting, 'Ignore All Default Libraries' to Yes, (/NODEFAULTLIB), and use the following [example] code.. #include <windows.h>
|
| Trouble with lc.exe | 10 Oct 2006 03:18 GMT | 4 |
Converted a solution to VS 2005. Now when building, I keep getting errors from the license compiler (lc.exe). The first time I get: error MSB6006: "LC.exe" exited with code -2147023895. Then when I rebuild the offending project I get:error LC0000: 'Attempted to read or write ...
|
| VS2005 saving keyboard layout | 09 Oct 2006 20:06 GMT | 2 |
Is it possible to save VS2005-pro keyboard layout to a file and later restore it ? I want not only to save the changes to the keyboard layout but also move them to another computer.
|
| String Concatenation (FTP) | 09 Oct 2006 09:24 GMT | 4 |
I am creating a FTP client using VB.Net. I use "wininet" to communicate with the server. When I use sBuffer = New String(" ", 1000) nBuffer = Len(sBuffer)
|
| Turning off UNICODE (so I can compile using MBCS) | 09 Oct 2006 02:13 GMT | 3 |
I am trying to stop functions from being bound to the wide version, so that they will accept strings rather than requiring me to try to use LPWSTR. One reason is that I'm not able to get the compiler (VS) to recognize the _T() macro (I must not be including something I guess).
|
| Copy Web Site Forgets Sync | 08 Oct 2006 18:34 GMT | 2 |
I have been using Copy Web Site in Visual Studio 2005 Team Edition for Software Developers to upload my web site to a web server for several months now. The last time I went to use Copy Web Site, the Copy Web Site window forgot
|
| Is there any Crystal Report For VS Express? | 08 Oct 2006 11:50 GMT | 2 |
I'm using the VB Express and VWD Express. Is there a version of Crystal Report.NET for VS which is free? Thank you.
|
| Help with Visual C++ 2005 Express | 08 Oct 2006 10:13 GMT | 3 |
I am a student that is new to C++ and am in need of some help. I just recently downloaded and installed the Express version of Visual C++ 2005. I have some previous projects that were written in VC++ 6.0 so I opened the projects in 2005 and went to build the project and then I ...
|
| VS2005 hang | 06 Oct 2006 06:53 GMT | 1 |
Often first thing in the morning I have had VS2005 hang when opening my solution. It took me a while to finally spot the pattern, but think this is it: To hang it:
|
| XP Icons in VS 2002 | 05 Oct 2006 22:19 GMT | 1 |
How can we open XP icons (RGB/A) in Visual Studio. There are some sample XP icons here: http://www.icongalore.com/download/xp-icons.zip
|
| Filter order | 05 Oct 2006 22:12 GMT | 1 |
How can I order my filters (folders?) in solution explorer in VS 2005. When creating a virgin C++ project I get the order Header Files Resource Files
|
| VS2005 - Crash on View code in VB. | 05 Oct 2006 12:54 GMT | 2 |
I've posted my question over in setup- but no one has answered it there, so I'm hoping that someone here would know the deal. I've installed VS 2005 Professional on my laptop and desktop, and both systems are identical in nature- same software installed.
|