| Thread | Last Post | Replies |
|
| How can I add my own folders to Visual Studio.Net Templates? | 23 Aug 2004 03:37 GMT | 1 |
I have been charged with creating customized visual studio project templates for our organization. I have been successful to a point. I would like to add folders to the project template and I have not been able to do so. For example, I would like the directory structure to
|
| Anyone successfully proffered and used a service? | 19 Aug 2004 23:15 GMT | 10 |
I cant believe that something so fundamental to VSIP as a service is so difficult to use. Has anyone successfully created, proffered and consumed a service? Are there any examples that anyone can share? More specifically, I'm trying to consume the service in a custom
|
| CodeDOM navigation | 19 Aug 2004 19:47 GMT | 2 |
I'm trying to translate a few macros for VC++ 6.0 to VS.Net 2003 and so far it has worked pretty well. The CodeDOM model is a very neat idea indeed. I have one problem that I have not been able to solve yet though, namely how I can get the next CodeElement from a given one. There ...
|
| 2 questions about the Debug SDK | 19 Aug 2004 13:17 GMT | 2 |
Expert, I have 2 questions about the Debugging SDK. 1. I read through the documents and can not find a way to show the registers in the Register Window. We want to provide information from
|
| Deleting a CommandBar Object | 19 Aug 2004 09:48 GMT | 7 |
I'm trying to clean up after my code. So I'm temporarily creating a commandBar object like this: CommandBar commandBar = applicationObject.Commands.AddCommandBar(HelpBuilderVsAddin.WWHELP_APPNAME,
|
| C/C++ General Help (in Visual Studio) | 19 Aug 2004 09:28 GMT | 1 |
I'm looking for a good newsgroup or web forum where I can ask programming questions about C/C++ in general as well as ones specific to VS. I don't think this is the best newsgroup to do this but if it is let me know. I'll welcome any other redirections or suggestions.
|
| Extending Visual Studio 7 | 19 Aug 2004 09:22 GMT | 3 |
I had extended Visual Studio 6.0 to view my custom data structures with an Add-In. For example, instead of doing quick watch on a contour structure to see {startx, starty, width, height, num_points, ...}. I would click on my custom watch toolbar button and see the contour as a ...
|
| How build a setup to install a VSIP package ? | 18 Aug 2004 23:51 GMT | 2 |
I'm desperate !! I wrote a VSIP package and it's working fine on my machine where I have the VSIP SDK (7.1Exp) and a PLK Now I want to create a setup to install this package on a "client" machine
|
| outside VS.NET resource creation/assembly | 18 Aug 2004 23:41 GMT | 1 |
In order to register a PLK for a VSPackage, one needs to add a special entry in a VSPackage resource string table. This can be easly done by VS.NET, since one can simply add a resource item to a project, add a string table to the resource and then add the entry to the string table.
|
| Debugging SDK examples ? | 17 Aug 2004 18:40 GMT | 2 |
I'm looking at developing a custom debug engine for working with our operating system on a remote target. However, the single example provided with the Debugging SDK is not only written for ATL 3.0 / VS 6, it also doesn't work... 8-( Unfortunately, I think I recall from the
|
| Hierutil problem | 17 Aug 2004 07:05 GMT | 3 |
Sorry for the simple question, but I am lost! I am trying to add custom nodes to VS projects. To do so if I understand correctly, I need to implement a VSHierarchy. Reading the docs, it seems I should use hierutil as it provides tons of functionality.
|
| Missing glyphs | 16 Aug 2004 02:01 GMT | 1 |
I reset my exp hive and now when I run my app I am missing the glyphs in the solution explorer window - what could be causing this? -Ruth Struck
|
| VSIP - Custom task list view - help needed | 13 Aug 2004 09:38 GMT | 1 |
I'm writing a VSIP package that needs to display custom task list view. I put som keys to registry and implemented interfaces (described in MSDN), but I can't get it work :(
|
| Using a service I have Proffered (Its not working!) | 11 Aug 2004 17:19 GMT | 2 |
I've created and proffered a service successfully (at least I think so, no errors were generated when it was added) but im unable to retrieve the service later on. I have an assembly which defines the interface the service uses.
|
| Accessing Class View of the VS.NET IDE | 10 Aug 2004 06:27 GMT | 1 |
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
|