I am having a problem with late binding invoking of a method from a COM dll. Everything works fine as far as loading the dll creating an instance of the class....
Hello All, Is it possible to debug an user defined VS add-in by using separate debugger (DbgClr.exe for example) ? I know that it is possible to create an...
In addition to previous letter : if I start devenv.exe from DbgClr.exe it is started but I am not able to set break points in code of my add-in ... ... From:...
It is important to remember that the addin is simply a .DLL and that Visual Studio is nothing more than a host application loading that dll. This means that...
I solved it with the Delete method of objCommand that I did not see the first time. Carlos ... De: Jeff Kryzer [mailto:yahoo@...] Enviado el: lunes 11...
Hello Oz, Thank You very much for Your answer. I have found the problem. It was not connected with debugger. I have just registered add-in in a wrong way. Best...
When you say Status bar, do you mean Toolbar or Menubar? If so, we're trying to figure that out right now. See the emails with the subject of "Setting a menu...
Maybe some of you who live in the USA can ask the question of transparent pictures in custom add-in buttons to the software architect of the IDE in the...
Hello All, Is it possible to determine CodeElement for random TextPoint in C# file in VS Project ? I have examined Automation model and found property...
... By status bar I mean StatusBar object, Animate method. I can display animation, but don't know how to send transparency information... BTW, I don't know...
(After the chat on MSDN, I looked up the information...) What you need to do is create a bitmap 16 pixels high, and a multiple of 16 wide (each multiple...
- Any suggestions on how to add the first item to a solution? I've tried many things but none seem to work. It kind of seems like a chicken and egg thing....
... I'll try with magenta, tnx - I tried only with green (since this is the color used for colorkeying in VS.NET) and white (reg<something> automation...
Hello All, I would like to create code model for source C# file in VS`s project. Having read this newsgroup and done some experiments I encountered some...
... Nope, background is still no transparent, even using magenta (I can snapshot as a proof). Any other ideas? BTW, I tried different color depths - no help...
Craig, Thanks for your support in this issue, but it is not solved yet: I am using a 16x16, 16 colors Bitmap resource in a MFC resource DLL and I have set the...
Yeah, there seem to be some real inconsistencies and limitations to the implementations of the CodeModel stuff. I discussed some of these issues with respect...
Does anybody know how to make a .NET component appear as listed item under the .NET Tab in the 'Add Reference' Dialog? I've tried regasm and gacutil...
When you create an add-in you have the option to make it available for loading inside the Macros IDE in addition to the Visual Studio.NET IDE. My question is,...
I can't get DTE.Solution.Projects.Item(Constants.vsProjectKindSolutionItems) to work even when there is a SolutionItems project in the solution. It keeps ...
Add a registry key under HKLM\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders or HKLM\SOFTWARE\Microsoft\VisualStudio\7.0\AssemblyFolders. Call the key ...
I would think you have two choices: break the long task into smaller tasks, or use multiple threads. You cant be doing two things at once unless you have two...
Hi Jeff, You are right that setting the Picture object would be the easiest way, not that of external DLLs that not work yet. The last info from Craig is that ...