| Thread | Last Post | Replies |
|
| "All Configurations" clobbers settings? | 17 Aug 2004 22:36 GMT | 5 |
VS.NET 2003. When I set options (such as #defines) in a project's "All Configurations", it completely overwrites the previous settings for both Debug and Release.
|
| Strategic view of C# code | 17 Aug 2004 21:43 GMT | 1 |
One of most notable thing when moving from C++ to C# is absence of header files. While it has some benefits it lost one important feature. Header file provide concentrated set of commented declarations without imlementation details. So it become a perfect
|
| Macro not working? | 17 Aug 2004 14:50 GMT | 2 |
I have several Macros working fine on my laptop. I copied everything to my VS.NET 2003 installed on Windows Server 2003, it stopped working! The builtin Macros not working either!
|
| Change default project properties? | 17 Aug 2004 10:21 GMT | 1 |
I have a set of default project properties I'd like to use. Right now, when I create a VC++ project, it comes up with what the VS team thought were good defaults. I don't like having to go through and change all the settings whenever I create a project. For example, I'd
|
| Repost: Getting a new .SLN from source control in VS03 loses setti | 17 Aug 2004 10:14 GMT | 1 |
Original thread started 8/4
> What I see in the .sln file in a text editor is: > > This is a MC++ project, maybe it's different for whatever you're doing. |
| Visual Studio 2005 BETA - Register Addin | 17 Aug 2004 10:14 GMT | 2 |
I have a Visual Studio 2003 addin that I'd like to use with Visual Studio 2005. I can't seem to find much on how to register the existing addin with VS2005. Any leads? TIA
|
| Repost: IDE Problem/Bug | 17 Aug 2004 09:01 GMT | 1 |
Thread originally started 7/27/04 "GregM" wrote:
> "Graham" wrote: > > I keep having a problem with the resources in use with my Menu, they keep reverting to numerical values in the .rc file. This results in the Help file not being displayed. |
| code profiling c++ code in visual studio .net 2003 | 14 Aug 2004 14:51 GMT | 1 |
does anyone know how I can profile c++ code from within Visual studio .net 2003 Enterprise edition ? I looked at the MSDN help which says I need to go to the build menu, then settings, & then Project settings, then link tab -to turn profiling -However I don't see "settings" at ...
|
| Refactoring Add-In | 13 Aug 2004 20:20 GMT | 2 |
I'm looking to purchase a C# Refactoring add-in for VS.NET. Which is the best and most highly respected? Are there any magazine reviews and comparisons I could look at?
|
| Hidden characters (tabs, etc.) | 13 Aug 2004 18:57 GMT | 4 |
Accidentally turned on the hidden characters in VS.NET. Any idea how to turn them off?
 Signature Gregory A. Beamer
|
| Adding a new Macro for Build Commands and Properties in Vs.NET | 12 Aug 2004 14:26 GMT | 2 |
in VS.NET you can use several macros to set properties of projects for example $(SolutionName) is there a way to add a new macro ?
|
| VS .NET 2005 and IDE manipulation of custom controls. | 12 Aug 2004 08:05 GMT | 3 |
With VS .NET as is stands I can create a usercontrol comprising of (say) a textbox and a ' ...' button for typical 'directory browser' functionality. If I drop that on a form, I can't edit the contained controls in the
|
| Extending the Class View of VS.NET IDE | 12 Aug 2004 08:01 GMT | 3 |
I wanted to access the Class View of the VS.NET IDE. I am able to add my own customized menu items to the Context Menu of Class View. But Now I want to enable and disable thee menu items according to the item seelcted. I want to
|
| how can i disable line cut without selection | 12 Aug 2004 02:32 GMT | 4 |
Can anybody please tell me how can i disable line cut without selection in VS.net IDE. I could not find it anywhere in options, etc. Or if you dont have any such option so anybody from the IDE development team deny its
|
| GoTo Next Error Shortcut. | 09 Aug 2004 21:35 GMT | 1 |
in VS6, if you press F4 key you could go the the next compilation error. I am not able to locate any such option in VS.Net does any one know how to move between compilation errors using keyboard?
|