| Thread | Last Post | Replies |
|
| Launching pdf file from within Visual Studio | 31 Jul 2005 13:48 GMT | 1 |
I have a addin which when clicked should open a pdf document, may be outside Visaul Studio IDE. How can I do it??? I would appreciate if someone can suggest me something. Thanx,
|
| Adding an override function using CodeClass.AddFunction | 28 Jul 2005 22:28 GMT | 1 |
I've written an add-on which adds some code to existing classes in my project. I'm using CodeClass methods such as AddImplementedInterface & AddFunction. Adding regular functions works fine but I did not find any way to add an override to a virtual function.
|
| Project type not installed error | 28 Jul 2005 08:12 GMT | 3 |
I have registered a language service, a code editor and project factory by modifying MyProject managed sample. I also registered template directory used in New project dialog box. When i open the new project VS throws an error saying that the project type .mdlproject is not ...
|
| Multi-threaded tool window | 28 Jul 2005 07:56 GMT | 5 |
I have a tool window that can take quite a while to update and would like it to happen on another thread so that the user can use the rest of Visual Studio while the tool window is loading its data. I have tested the control that the tool window is based on in a stand-alone
|
| Integrating / Linking Editor with Language Service (Vs.Net 2005 be | 28 Jul 2005 05:07 GMT | 1 |
I have an Editor package created thru Visual Studio Integration Package wizard (C#). Also created another project in the same solution for language service containing different classes for implementing a language service (c#).
|
| Unable to retrieve CommandEvents for package-specific command group | 27 Jul 2005 03:57 GMT | 3 |
I'm trying, unsuccessfully, to use EnvDTE.Events.get_CommandEvents() to get the command events for my package's commands. Whenever I try to execute the above statement, passing in my package's command group GUID and the ID of one of my commands, I get a COMException:
|
| Default Implementation of IVsPerPropertyBrowsing | 26 Jul 2005 19:32 GMT | 3 |
Where can i get the default implementation of IVsPerPropertyBrowsing, is there any sample implementation in the VSIP SDK download provided by Microsoft. Is there any URL where i can get a sample implementation of the same.
|
| VS2005 native custom debug engine - can't get break rqsts | 25 Jul 2005 21:55 GMT | 1 |
We have implemented a rudimentary Debug Engine for VS2005 Beta 2/VSIP, as well as a new project type and language service supporting our native compiler (not managed code). We are able to instantiate our Debug Engine from VS, which "Continue"s the program to the end. We send the
|
| CodeElement.get_StartPoint() error | 25 Jul 2005 14:03 GMT | 1 |
when I try to get startpoint for codeelement for some c++ files I get following exception. --- System.Runtime.InteropServices.COMException (0x80010105): Ausnahmefehler des
|
| Data Form Wizard Source Code | 25 Jul 2005 07:10 GMT | 7 |
Is the source code available for the Data Form Wizard for C# in the Visual Studio .NET 2003, 2005, etc.?
|
| Toolbar names in International versions | 23 Jul 2005 11:21 GMT | 2 |
will this work in international version of VS, where "Tools" is called in a local language? dtet.CommandBars("Tools") Is there some resources about localization of addins?
|
| Does devenv /setup need to be run on un-install of package? | 23 Jul 2005 10:55 GMT | 1 |
Subject says it all really. I'm creating an installer for my VsPackage, and I run devenv /setup at post-install. I was wondering if I should do the same at post-uninstall as well. Thanks.
|
| Package Build Events | 23 Jul 2005 03:31 GMT | 4 |
Hello, for the life of me I can't get the build events (OnBuildBegin, OnBuildDone, etc) to work in my package. In my Package Initialize method I put the code show below. The code executes fine but when I run the package and build a project it doesn't hit
|
| Debugging Wizards | 22 Jul 2005 15:42 GMT | 3 |
So how is one to debug a VsWizard.VsWizardEngine.7.1 wizard? Where might I find the source code? I'd like to step through a default.js...
|
| Need help creating CommandBar with ComboBox control for a ToolWindow | 21 Jul 2005 03:05 GMT | 2 |
Are there any samples for the VSIP Environment SDK that demonstrate the usage of the MSOCommandBar-style toolbars for ToolWindows that utilize a ComboBox control? I've seen the CTC reference for how you declare the combos_begin section, but all of the EnvSDK samples show simple ...
|