| Thread | Last Post | Replies |
|
| Can I show/Hide an entire window of panels? | 17 Dec 2004 23:55 GMT | 1 |
I have my Solution explorer, class view, properties, task list and output all grouped in one window. I like to use two monitors so I place this on my second one. However, there are still times when I'd prefer that this entire window just be hidden. Is there a way to set up a ...
|
| Viewing files after precompiler's session | 17 Dec 2004 22:04 GMT | 1 |
What I would like to see is the cpp files _after_ the precompiler has expanded all the macros and such, but still the source code, so not the object file or like that. Is there a debug option or a utility to generate such files?
|
| automate setup project | 17 Dec 2004 20:46 GMT | 1 |
i am creating a tool that needs to configure and build a Setup Project (MSI) through automation to include multiple project outputs and configure custom actions for those outputs to execute an installer class. Is this capability available through the general extensibility model, ...
|
| More projects in a C++ solution: how to link them together? | 17 Dec 2004 18:22 GMT | 4 |
I have two projects, one depending on another. In the first a global variable is defined: x.hpp: extern int x;
|
| Why does MS play these FIX games??? | 17 Dec 2004 10:51 GMT | 8 |
One of *MANY* 'available' fixes for VS (and related): http://support.microsoft.com/default.aspx?scid=kb;en-us;822759 But, you have to play the "contact Microsoft Product Support Services to obtain the fix" game -- *WHY*???
|
| extending intellisense | 17 Dec 2004 10:27 GMT | 2 |
Is there a possibility to extend the intellisense feature for included javascript files (using <script src="" >)? What I would like to see is to have several .js files linked into an aspx file, with the intellisense feature offering methods and constants from the included ...
|
| "New Project" folders | 17 Dec 2004 09:23 GMT | 2 |
Hi, Is it possible to create folders in the "New Project" wizard? I'd like to be able to group all the commonly used projects into one folder, and have them customised to suit my needs. I am OK with
|
| [Q] Keyboard shortcut for Open Document??? | 16 Dec 2004 10:05 GMT | 2 |
If I place the mouse pointer over the file name in a line like this... #include "phstream.h" ...and pressing the right mouse button, I get a menu item called: [Open Document "phstream.h"]
|
| How do I add Visio UML Add-in Toolbar in Visual Studio .NET | 16 Dec 2004 09:21 GMT | 1 |
Currently, visio UML is not on the list of the available Add-ins in my Visual Studio .NET IDE? I do have visio installed on my computer though. Can somebody tell me how I can add visio to my add-in list, and thus I can use the Visio UML Add-in toolbar to reverse engineer my ...
|
| How to create Docked Addins ? | 16 Dec 2004 09:18 GMT | 1 |
Does anybody know how to create an Addin that can be docked within the Visual Studio .NET IDE. Thanks John
|
| Lock toolbars | 16 Dec 2004 09:15 GMT | 1 |
Sorry for the crosspost... I didn't realize that there was a vsnet.ide newsgroup. Is there a way to lock these toolbars? Everytime I misclick on the bar it drags out the toolbar and then I have to spend time putting them back into
|
| Double clicking cs component files bring up [design] "form" | 16 Dec 2004 02:19 GMT | 2 |
When I double click a cs file in the solution explorer, a cs file that contains a component, a gray "panel" always comes up with: "To create methods and event for your class, click here to switch to code view".
|
| Interesting .NET bug - cpp file corrupted | 15 Dec 2004 17:23 GMT | 4 |
Hello, This problem has surfaced on enough occasions to now be put down as an IDE bug. I am working within .NET IDE (sp1) on a standard c++ project. The files are
|
| Query Builder Annoyance | 15 Dec 2004 06:50 GMT | 1 |
When I use the SQLDataAdapter Wizard (Toolbox), upon selecting my table to use to build the dataadapter, the SQL alreays reads the following SELECT INTO
|
| Make ASP extension to open in Web Designer | 15 Dec 2004 03:28 GMT | 8 |
To avoid breaking URLs, I need Visual Studio.NET to open a file with ASP extension as if it was an ASPX file in the Web Designer. I tried right clicking on the file and using the "Open With..." but it keeps thinking it's an XML file.
|