| Thread | Last Post | Replies |
|
| Changing Extension on Default File Name | 31 May 2004 21:44 GMT | 1 |
Is there a way to change the default file extension from say name.exe to name.scr when building the application?
|
| Where can i suggest little improvments for vs 2005 | 31 May 2004 18:21 GMT | 4 |
i'm a vb developer and i'd like two things about intellisens when i write Imports Sytem.... i'd like intelisense show me only namespace the same when i use attributes with <.... it should be better if it shows me only attributes classes Thank you.
|
| Visual Studio Training | 31 May 2004 14:39 GMT | 2 |
What advice would you have for someone that has never used Visual Studio? Are there any training programs that you could suggest? Cost? Availability? Have a decent job situation that has come up not far from where I live, but
|
| Making VS.NET 2003 save in Unicode | 31 May 2004 11:17 GMT | 3 |
I'm using Visual Studio.NET 2003 in Chinese Windows XP to develop my ASP.NET pages. By default VS.NET will save my work in Big5 encoding(CP950), however since I'm joining the work of other people I'll have to save all the files
|
| VC7 vs. VC6 compile times | 31 May 2004 01:27 GMT | 2 |
I'm a longtime user of Visual Studio 6 who recently bought Visual C++ .NET Standard Edition. My motivation was to finally have a standards conformant compiler. While I'm pleased with the vastly improved language support, I've noticed that my compile times are significantly longer.
|
| Exception include/exclude types | 30 May 2004 23:52 GMT | 1 |
I want to include just one exception to a publisher. (e.g. system.invalidcastexception When I tried to write it in the include tag. EMAB return a configuration exception I must write (system.RuntimeType) in the include tag to be included But actually I don't want to include more ...
|
| Adding an External Tool to VS.NET | 30 May 2004 10:37 GMT | 1 |
I'm trying to add an batch file command to my Tools menu, but I'm having a problem with a parameter. My settings for the tool are: Command: MyBatchFile.BAT Arguments: $(TargetName)
|
| Higher VS version = More RAM | 30 May 2004 10:24 GMT | 3 |
I used VS2002, 2003, & whidbey & ive noticed that the higher I go, the more ram my program eats, EVENTHOUGH I havent changed anything in my program. MyProgram.exe in VS2002----->10mb ram MyProgram.exe in VS2003----->12mb ram
|
| Visual Studio.NET and IIS | 30 May 2004 10:22 GMT | 2 |
Can VS.NET be configured to NOT require IIS on each developer desktop?
|
| How much processor resources do try-catch blocks in C# use | 30 May 2004 10:15 GMT | 2 |
I was discussing with someone how much processor resources try-catch blocks use in C#. I would think that if no exceptions were thrown by a block of code in a try block, it would run as quickly as a block that wasn't inside a try block.
|
| Build vs Rebuild | 30 May 2004 10:12 GMT | 6 |
What's the Difference of Build and Rebuild in VS.NET. When should I Build and When to Rebuild. I think there's no different between them Thanks for any suggestio Hendry
|
| Migrate from fox pro | 30 May 2004 00:02 GMT | 3 |
Anyone have experience migrating an application for foxpro to anyting else, like vb or .Net
|
| one small question | 29 May 2004 22:05 GMT | 4 |
Could someone tell me the range of unsigned int? Thanks. Pat
|
| No Editor Available | 29 May 2004 21:51 GMT | 2 |
I'm using XP Pro and VS .NET 2003 with Framework 1.1. It has been OK but now I cannot edit any vb files as I get the following message There isno editor availbale for 'Form1.vb Make sure the application for the file type (.vb) is installed I have reinstalled VS .NET and the ...
|
| Converting from iostream.h/fstream.h to <iostream>/<fstream> | 29 May 2004 18:36 GMT | 2 |
Hi All you <iostream>/<fstream> gurus..... I've come across an interesting problem that I've been working on for 2 days now....with no result unfortunately. As I have mentioned I was using the older iostream.h and fstream.h
|