As part of enhancing my Fast Solution Build add-in (http://workspacewhiz.com/OtherAddins.html) to support C# and VB projects, I have been trying to find to...
Hi We are trying to display a grid in the editor area, just as in Server explorer, on Retrieve Data from Table popup menu, a grid with table values is...
Okay, so I downloaded the ultra-nice ToolWindow sample, but for some reason, it seems that somebody forgot to include the VSUserControlHost.h file. I have...
I've been using .NET for about 7-8 months now, so I've got a pretty good handle on it. However, this is the first time I've attempted to creat an Addin (and...
I am no expert on this, but here is a start. What you want to do is add a handler for the tool command, and bring up the tool window in there. Something you...
Absolutely, it's just a regular .Net DLL. You do, of course, have to know where the DLL is located. Your choices are: 1) Add an early bound reference with...
You could implement a COM object in your add-in, create an instance of that COM object in your windows app, and simply make calls it. Let COM take care of the...
Actually, the second thing I mentioned could be right on point. By accessing Visual Studio.NETs object model from an external app you could navigate through...
This sounds interesting. Can anyone tell me what are the pros/cons of using AddinHelper class, rather than using the VSUserControlHostCtl. Thanks, ... ...
This sounds interesting. Can anyone tell me what are the pros/cons of using AddinHelper class, rather than using the VSUserControlHostCtl. Thanks, ... ...
In a VB.NET project, What is the property to obtain a CodeFunction that contains the keyword "Handles". ie. private sub x_acceptstabchanged(sender as object, e...
Thanks for all the answers! I did actually do it by accessing the Addins collection, then using AddIn.Object to call methods on my addin Had one problem with...
From a window handle you can get to the object model using AccessibleObjectFromWindow with OBJID_NATIVEOM, at least for Microsoft Office applications. I don't...
In the CodeEnum where do I find: 1) A member's value, if one is assigned 2) An enumeration's DataType, there are 4 DataTypes: Byte, Integer, Long, Short...
I've a problem when i install the addin. The error is "Class not registered". The addin have two user control's and i use them in a tool window. I think that...
Juan, Unfortunately you didn't specify how do you display your user controls. There are two common ways - by using the Microsoft shim control and by making the...
Dmitriy , Thanks for your reply. Here is the code that i'm using to display the tool window. The UserControl is in the same library of the addin. I also tried...
Juan, You need to set the Register property to COM for the assembly itself, and set it to COMSelfReg for the DLL containing the VSUserControlHost. Hope this...
New subscriber to the group, kind of an interesting one since it's another path I'm starting to teach myself. I'm actually coming into the group with a...
Hi Bob, First, in the Configuration Manager dialog box (from the Build menu), you can choose which projects you want to build and which versions. You can even...
Bob, look at Enterprise Templates. With those you can enable/disable individual menu options, set project/solution folder structure, restrict what types of...
Thanks for the quick answers :) At work the SourceSafe server is still in development, actually more like it's in hiatus right now. I'll look into Enterprise...
I can't recommend enough that you move Ssurce Safe to the *top* of your priority list. It doesn't even need its own server, just stick it on an available file...