| Thread | Last Post | Replies |
|
| How to select overlayed panels in design mode | 19 Jan 2005 23:31 GMT | 2 |
I am building a Windows Form App that has a splitter in the client area, treeview on the left, and panels on the right. Different classes of tree nodes need different views. How can I cause the one I want to work on (say add or remove a control) to pop to the top of the z order in ...
|
| does VS.net have numbered or lettered bookmarks? | 18 Jan 2005 18:38 GMT | 2 |
I found the bookmark key sequence, but it seems like a boolean type of thing, it's either on or off. Is there a way to create a numbered bookmark so I can quickly go to bookmark #4 and then jump to #8 and so on? Thanks.
|
| Intellisense anomaly with custom controls | 17 Jan 2005 08:42 GMT | 2 |
I have finally managed to get Intellisense support for my home grown controls, after reading many many docs and applying a try and fail approach. Now, there is just one unsolved issue left:
|
| std::string in the debugger (KB326616) | 15 Jan 2005 06:12 GMT | 1 |
http://support.microsoft.com/default.aspx?scid=kb;en-us;326616 Since this problem seems to still occur in 2003's debugger, is there any cahnce of an upcoming SP fixing this? Or, has it been fixed in 2005? Hoping for something better-looking than the solution in the article, I'm
|
| SourceControl.CheckOutItem(string ItemName) issues | 14 Jan 2005 15:52 GMT | 1 |
Has anyone managed to get the SourceControl.CheckOutItem(string ItemName) method to actually check out a file ? I am passing the file path to the ItemName parameter and it's always returning false. The other methods SourceControl.IsItemUnderSCC and SourceControl.IsItemCheckedOut ...
|
| Add Class Wizard stops working | 12 Jan 2005 18:23 GMT | 1 |
I have a project that installs its own wizards and such for VS.NET. After installing a new version of this project, the VS.NET CSharpAddClassWiz.vsz wizard no longer works. When I try to add a new class to the project, I get the message:
|
| Compile causes Intellisense to stop functioning | 12 Jan 2005 17:52 GMT | 2 |
Any assistance would be greatly appreciated... Issue : When I compile the solution, I lose all intellisense and formatting in the IDE. When I declare something "Dim x as " nothing shows up in
|
| Generate Create Script in Server Explorer - customize? | 12 Jan 2005 17:43 GMT | 1 |
Hi, is it possible to customize the behaviour of Generate Create Script in Server Explorer (Visual Database Tools in VS.NET 200X), e.g. save Options settings between uses (File Format ANSI), change the format of the name of the file produced (no owner prefix), and set the
|
| DocumentClosing event does not fire. | 11 Jan 2005 17:08 GMT | 2 |
How do you get the DocumentClosing event to fire. I have declared this: Public WithEvents documentEvents As EnvDTE.DocumentEvents I have open a sql script (a text file). When I use the X in the upper right hand of the document window to close this, the DocumentClosing
|
| Adding 2nd ATL control class to project causes freeze/crach/hang | 11 Jan 2005 08:41 GMT | 1 |
I have been having problems for the past couple of days with adding ATL Classes to an existing ATL project. I have an ATL Project with an ATL Control class added to it. It all works fine this far. However when I try to add another ATL Control class, Visual
|
| Remote Project Location | 11 Jan 2005 03:01 GMT | 2 |
While saving my .Net project on a our file server (Windows 2000), the dialog appears "The project location is not fully trusted by the .NET runtime... your code will not execute as fully trusted and you may receive unexpected security execeptions."
|
| How do I pass a runstring from VS IDE to a program I am debuging ? | 11 Jan 2005 02:46 GMT | 1 |
I am developing a VC++ Console application which picks up runstring parameters, and I need to know how to configure Visual Studio to pass these parameters to my program when I start debugging. ? Using the Help system I can find lots on how to pickup the runstring in my
|
| How do I install or connect to VS Help? | 07 Jan 2005 20:59 GMT | 3 |
<<sorry about the cross-post: this is an IDE issue>> I installed Visual Studio .NET (Microsoft Visual C# .NET 7.1.3088). I installed MapPoint Web Service SDK. When I try to access Help, I see only MapPoint Web Service SDK Help.
|
| Visual Studio .NET 2003 Updates. | 07 Jan 2005 12:15 GMT | 1 |
Do you know about any updates for Visual Studio .NET 2003? Thanks, Adrian Lazea.
|
| Simple "Edit a Record" webform | 06 Jan 2005 16:55 GMT | 1 |
I'm trying to simply select a record from a table listing, pass the Keyfield to another webform and have the webform bind a series of TextBox controls to the contents of the record selected. I then want the user to be able to modify the fields contents and then click a "Save" ...
|