| Thread | Last Post | Replies |
|
| Problems inserting resource files into unmanaged C++ project in VS.NET 2003 IDE | 18 Sep 2005 18:49 GMT | 2 |
Working on my first C++ project (unmanaged) in the VS.NET 2003 IDE (I've been using VC++6 up until this point), I've been struggling for a couple of days to simply embed a file as a resource into my executable. I started off by trying to add a .jpg file. I selected Project/Add ...
|
| VS 2005 - reassign bind the selected item | 17 Sep 2005 04:18 GMT | 7 |
Hi; The hotkey for "bind the selected item is SHift-Alt-F10 - what is the command for this in the Options, Keyboard so I can reassign it?
|
| VS 2005 suggestions | 17 Sep 2005 01:41 GMT | 3 |
Hi; Where are we supposed to put suggestions for VS 2005? If it's this NG, then here are a couple: My java IDE is IntelliJ and my C# IDE is Visual Studio with ReSharper. And I
|
| bookmark navigation between documents | 16 Sep 2005 18:45 GMT | 6 |
(Microsoft Visual C# .NET 69586-335-0000007-18224) - vs.net 2003 I would like to navigate between two bookmarks in two separate documents in my C# project. It's not working now--I can only successfully navigate between two bookmarks within the SAME document. Is there an option ...
|
| VSNET05 - Can't turn of C++ warning | 16 Sep 2005 18:37 GMT | 10 |
I need to turn off C++ warning C4996 (deprecated function). According to the docs this should work: #pragma warning(disable:4996) It doesn't. Am I missing something, or is it not possible to suppress this
|
| Editing .SLN by hand causes IDE dependency dialog to not display | 16 Sep 2005 09:17 GMT | 2 |
I have a large solution file (~200 projects). I'm in the process of consolidating projects in order to reduce the number as well as to group file more appropriatly. Through the IDE (VC7), I tried to remove a project and the IDE crashes. I've attempted this simple operation on
|
| VS 2005 - change default package name | 16 Sep 2005 03:05 GMT | 3 |
Hi; I am working in J#. When I create a class, it creates a package name of WindwardReports.net.windward.util (in the net/windward/util dir). Is there a
|
| opening files with outlining completely collapsed | 15 Sep 2005 13:47 GMT | 2 |
Whenever I open a code file (c#) the code outlining is totally expanded. Is there a setting that says to open all file with outlining completely collapsed? thanks
|
| batch build | 15 Sep 2005 10:38 GMT | 1 |
How can i batch build few VB.NET projects? (without opening VS.NET IDE) and move output assemblies to other desired destination after this? TIA!
|
| Transfer IDE Settings to a new machine | 15 Sep 2005 10:36 GMT | 1 |
Is there a way to transfer my current IDE setup i.e ToolBars and menu settings to a new computer? I am using Visual Studio .NET 2003 Thanks Ian
|
| "Start with Direct3D debugging" | 14 Sep 2005 09:29 GMT | 3 |
I've already asked this in the directx.graphics group but didn't get a satisfying answer: "I'm using VB.Net 2003, WinXPProf/SP2, DirectX SDK April 05. What is the menu item mentioned in the subject (menu Debug -> Direct3D)
|
| need tips/help converting a CBuilder 5 project to VS .net | 14 Sep 2005 08:07 GMT | 1 |
I have a CBuilder project that uses VCL extensively as well as Borland UI components like forms. I need to convert the project to .NET. Are there any shortcuts/tools/tips to facilitate the conversion? Thanks,
|
| build events page in project settings | 13 Sep 2005 10:03 GMT | 1 |
the build events configuration page in project settings is available for c# projects and not for VB projects. it took me some time to find this out, and i'm not sure that this is by design.
|
| macro menu | 13 Sep 2005 09:58 GMT | 1 |
How to add a menu/button in .net IDE for a script. I have a script, works fine on command prompt. I want to add this to .net ide as a button/menu Thanks in advance
|
| Opening and Closing Blocks | 13 Sep 2005 01:14 GMT | 2 |
In VC6 with a little bit of effort it was possible to finding the a closing block of code " }" from the opening block "{". In this way you can find the ending brace for a long function definition or if statement. This can be found in many stand alone code editors. Does VS.Net ...
|