| Thread | Last Post | Replies |
|
| Event is only fired once | 18 Aug 2005 10:11 GMT | 3 |
I have a CustomControl hosted on a Tool Window that hooks up one of it's methods to the WindowEvents.WindowActivated event in the constructor. The code is this: _dte.Events.get_WindowEvents(null).WindowActivated += new
|
| Help: How do I enumerate controls in ASP.NET form? | 17 Aug 2005 21:30 GMT | 2 |
Once I acquired IDesignerHost for a web form from my add-in, how would I iterate through all of the form's controls? I am interested in those that run at server. I am using Visual Studio .NET 2003.
|
| VS SDK 2005 license | 17 Aug 2005 14:53 GMT | 4 |
I am confused about the license associated with the Visual Studio 2005 SDK. The license associated with the latest SDKs appears to be the same as the 2003 version. My specific question is whether I am able to develop an open-source package
|
| Stuck with late-bound addin.AddNamedCommand | 17 Aug 2005 13:28 GMT | 1 |
Trying to create a COM addin for VS2005 using a homebrew programming language, I am stuck with the AddNamedCommand method. My IDTExtensibility2:OnConnection goes like this: OnConnection (env, mode, addin, ignore)
|
| Using integrated language services from within my VS Package | 17 Aug 2005 10:29 GMT | 6 |
I hope somebody can help me to solve the problem I encountered while was implementing my own VS Package under Visual Studio .NET 2003. Generally, my global task is to make Visual Studio .NET works with my project type (firmware project type).
|
| VS 2003: devenv.exe /setup destroys custom user toolbars | 16 Aug 2005 06:48 GMT | 27 |
as a part of the installation process for our add-in / package we run devenv.exe /setup command. We've received a complaint from users that after installation of our product their custom
|
| How to add a Using directive with the extensibility API | 13 Aug 2005 15:24 GMT | 2 |
Is there a way to access the "Using directives" of a C# code file with the extensibility API? I want to write a macro that adds and removes "using" directives. Do I have to parse the code manually? Regards,
|
| Update button status | 13 Aug 2005 14:55 GMT | 1 |
Is it possible to force VS to call QueryInterface? My problem is that QI sometimes don't called for a "long" time and buttons stay disabled all this time, where status already vssupported+vsenabled. Thanks you,
|
| View.NavigateBackward not always going backward | 12 Aug 2005 08:23 GMT | 1 |
I'm implementing a feature that often moves the cursor from its current position to another position, sometimes in the same file, sometimes in a different file. I now want to implement something that will bounce back to the previous cursor location, and fortunately, it seems like ...
|
| VSIP redistributable for VS Beta 2? | 12 Aug 2005 01:33 GMT | 4 |
I've created a package and am attempting to deploy it to a machine that does not have the VSIP SDK installed. I've used a simple Visual Studio setup project to create a setup project and then made a batch file that runs after the setup to do things like run regpkg. It seems to ...
|
| Catching all tabbed document view changes | 10 Aug 2005 21:18 GMT | 1 |
I have created a ToolWindow that displays data about the current document in MSVS. When the user switches between documents by clicking on their named tags, the toolwindow data needs to update. Currently, I am catching events from the IVsRunningDocTableEvents3 interface. This ...
|
| Wizards -- Does SCRIPT_PATH really work??? | 10 Aug 2005 14:49 GMT | 1 |
I have the following VSZ file... Visual Studio 2003 sees it, and yet all I get is a "Default.js or default.vbs not found in V:\Inetpub\DNN31\DesktopModules\_Templates\VSWizardCode\_DNNModule\1033" error?!?!?!
|
| VS2003 Wizard Debugging -- HELP for DotNetNuke | 10 Aug 2005 14:48 GMT | 2 |
I'm struggling to create a wizard, so all help is SINCERELY appreciated! I started by copying an existing wizard (granted third party, but working) and then reading more to try to understand what is really required... I'm trying to develop wizards for use developing modules for ...
|
| CodeModel for VB code creation? | 10 Aug 2005 02:47 GMT | 2 |
Does anyone know if the CodeModel is due to support the creation of VB code any time soon? I need to create both C# and VB code but the CodeModel doesn't currently support the creation of VB code.
|
| XML menu GUID:ID | 10 Aug 2005 01:37 GMT | 1 |
How do I add a command into the "XML" top-level menu? I couldn't find its GUID:ID in SDK files.
 Signature Oleg Tkachenko [XML MVP, MCAD]
|