| Thread | Last Post | Replies |
|
| Add Field to a Form Class | 23 Mar 2005 10:31 GMT | 1 |
I want to add fields or methods to a Windows Form class through the VS.NET. However, when I right clicked on the Form in the Class View, I do not see the Add/Add Field menu item in the context menu. Can anybody tell me what is causing the menu item from being displayed?
|
| VS.NET "Cab" deployment project loosing folder information | 23 Mar 2005 09:30 GMT | 1 |
Trying to use VS.NET to create a CAB file. My C# project contains a lot of "Content" resources in folders and subfolders, but when I add the Project Output/Content to my CAB file, all the folder information is lost. All I get is a flat CAB file with all the resource files in ...
|
| Increase size of display (output) fields using "watch debug windo | 23 Mar 2005 02:03 GMT | 1 |
When I am using Visual Studio.net in the debug mode for a Visual basic.net appliocation, I want to be able to increase the size of values that can be displayed. For example when using the "watch" or other debug windows, I know I want to see a field that is 8k. However, the size ...
|
| Methods Description in ClassLibrary | 22 Mar 2005 19:45 GMT | 1 |
I constructed a ClassLibrary using Visual Studio .NET 2003. Before for each method I did a brief description about it. /// <summary> /// ...
|
| Problem with IIS (I think) | 22 Mar 2005 01:39 GMT | 2 |
Greetings. I recently puchased a new laptop that has Windows XP professional on it and instaled IIS and Visual Studio 2003. I copied a project from my other laptop onto my new laptop. For some reason, it would not load any of my webforms projects. No problem with the windows project
|
| Double clicking on task item in the Task List window does nothing | 19 Mar 2005 10:23 GMT | 3 |
Visual Studio automatically adds a task item when it see TODO comment. When you double click on that item, it takes you to place in the file where that TODO comment came from. I like to add this behavior to files besides source code files.
|
| problems in vs.net ide 02 | 19 Mar 2005 00:43 GMT | 1 |
(Type your message here) sometimes the properties window does not open i have a hard time closing the whole solution & reopening it can anybody help me? -------------------------------- From: Ranal Fernando
|
| Intellisense stops working | 18 Mar 2005 21:59 GMT | 3 |
I'm having a problem that I think others have had as well where my intellisense stops working suddenly. All the keywords which are usually changed to a different color all disappear as well, so all the code text is black. If I recompile then everything comes back, but then once ...
|
| Bleached out IDE disabled options virtually unreadable? | 18 Mar 2005 18:14 GMT | 1 |
I just upgraded to VS.NET 2003. The disabled features in the IDE are bleached out to be almost unreadable, no matter how I set my laptop's display brightness/contrast. I've never had this problem with any other application on this laptop,
|
| The operation could not be completed" message... | 18 Mar 2005 11:04 GMT | 2 |
I'm getting a message box: <<< Microsoft Development Environment: =========================
|
| Lose Ctrl key when editing comments in SQL file | 18 Mar 2005 06:59 GMT | 9 |
When I edit a SQL file in VS.NET's IDE, I cannot use the Ctrl key in combination with the left arrow, right arrow, delete... Is this by design?
|
| outlining #ifdef/#else | 17 Mar 2005 15:13 GMT | 1 |
I'm trying to hide some nasty code we have in our project by extending the outline engine to support #ifdef/#else blocks. Is there any way to do it ? Thanks.
|
| open file dialog bug in vs2k3 | 17 Mar 2005 15:11 GMT | 1 |
Create a directory and a subdirectory starting with a dot (ie c:\Program Files\.dir\.subdir), then navigate into .subdir with the file opener dialog and push the "up one level" button, it will tell you that the path is invalid.
|
| VC++ .Net Compile Problem | 17 Mar 2005 15:10 GMT | 3 |
Using VC++ .Net Version 7. Not sure if any1 can help, or if I'm just being incredibly dumb; project was working fine, now for some reason won't compile, the error im getting is: c:\Programming\C++ .Net\TiffExplorer\FormCompile.h(118) : error C2039:
|
| XML doc visibility | 16 Mar 2005 03:47 GMT | 1 |
My /// comments only show up in tooltips when the commented member is in the same assembly, not when my code is in a library assembly. Yet, FCL (and some 3rd party) /// comments do show up in tooltips. How do I get my /// comments to show across assembly boundaries?
|