Hi all, just wanted to ask one thing which confuses me ... lots. Is there any real reason why i should NOT use plain .NET controls as Tool Windows or...
I wish Craig Skibo (co-author of the book) was here as some months before to answer this question but based on my experience with Toolwindows (I am very ...
... of us) ... keyboard ... Supposedly ... checking it. Where can I get this 3rd version of VSUserControlHost from please?. I'm looking to target VS.NET 2002 &...
I'm developing an addin for vs.net 2003 and have so far succesfully created my toolwindow. However I want to be able to specify where the toolwindow it docked...
AFAIK, it is not possible, but I would be interested too in a solution. Carlos Quintero ... De: David Acres [mailto:acresd@...] Enviado el: lunes, 01...
Hi all, For those of you using the shim control, you probably are using the function HostUserControl: HRESULT CVSUserControlHostCtl::HostUserControl(BSTR...
Hi all: I also found the if you press ALT+T in the toolwindow, which you created using VSHostUserControl.dll, the VS.NET will be frozen. Has anyone here notice...
I have attached it. Could you upload it to the Yahoo group and announce it, please? Carlos Quintero ... De: Alex Dong [mailto:axle_dong@...] Enviado el:...
Does anyone know in which DLL file of the VS.Net installation (or maybe Office installation?) are stored the bitmaps used for commands images? Note: I am aware...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vsnetaddin group. File :...
vsnetaddin@yahoogroup...
Sep 8, 2003 9:23 am
1156
Hi all, does anybody know if extensibility objects are safe for using from multiple threads? In particular, I have the following code: ... EnvDTE.ProjectItem...
I was just exploring some automation namespaces and i added a reference to the assembly VSLangProj2.dll to a test addin i was working on. everything was fine...
Hi John, The installer incorrectly marked the .tlb, which is under C:\Program Files\Common Files\Microsoft Shared\MSEnv\ to be unregistered when the addin was...
Thanks for the info. Is it ok to reference VSLangProj.dll only? I need that assembly for the VSProject object. Or will this assembly give me the same...
Hi: Today I found myself need to insert a menu item into VS.NET's command bars. In order to get the command bar, I need its name as an indexer into the...
John, I would loop through the controls using... Commands.CommandInfo(object CommandBarControl, ref string Guid, ref int ID); You can use this and compare the...
... Hi, Craig explains everything in message 544. In message 545, I mentioned extensibility.dll and VSLangProj.dll (in Common7 \IDE\Public Assemblies). HTH ...
... I compiled the regtlb source code that Craig posted in message 546. If anyone is interested, I can mail it (or upload it). It worked for me :-) Jean-Marie...
You do not need to create a Command or CommandBarControl in order to place a separator. Instead you could set BeginGroup property of the CommandBarControl that...
Is it possible to have a button be invisible when its associated add-in is not loaded? I have been able to make it disabled, but not invisible. This issue has...
Dear All: I am having an addin having same feature as ToolWindow in which a Custiom ToolWindow can be hosted in VS.NET using shim control VSUserControlHostLib....
AFAIK, the VSUserControlHost is an ActiveX (COM) control (built with ATL), which includes auto-registration (.rgs files) to use with regsvr32.exe or an API...