Hi, I have created an Addin that is invoked via a CommandBar item from the Tools Menu. I also managed to put a bitmap on the menu item. However i am unable to...
Does anyone know how to catch the "move" event in the solution explorer? I have tried adding listeners to all of the events listed for SolutionEvents,...
See message #1739 Re: Problem with ProjectItemEvents Regards, Carlos J. Quintero (Visual Developer - .NET MVP) _____ From: trex213 [mailto:trex213@...] ...
Greetings! It seems to me that there is room in the VB.Net IDE for a lot of improvement in automatic generation of database objects. If I create a data...
Hi I've dicsovered that the setup project I have does not actually register my managed add-in control during installation. Can someone advise how I should be...
Hi I would be grateful for any help we have an addin and I can build and run in the debugger and run the setup project for it. the problem is whenever we try...
... Look in the Files section of this forum, to the left of the screen. There is a subsection for shim controls. Carlos J. Quintero (Visual Developer - .NET...
... someone ... The easiest way is to add the proper registry entries for addin registration in HKCU or HKLM\Software\Microsoft\VisualStudio\7.0 or ...
Watch this space. We've developed a complete business layer and app framework which generates exactly what you need... Won't be long now ... ExecuteNonQuery ...
Hi Carlos thanks for the reply. I'm familiar with the registration options for the addin under the key you mentioned and have them et in the setup project,...
Create a custom user control that gets registered as a COM object = create an ActiveX control (see the build settings of the project and/or the installer for...
Has anyone who has created a ToolWindow been able to resize their custom control when the toolwindow resizes? I'd be interested in seeing some code examples. ...
Does anyone know how can I identify the design window when it's active? I am developing an add-in to get metrics and I found out that I occur in exception when...
In .NET, the best way is usually to use the Anchor and Dock properties on the controls on your toolwindow. Then you can do without a resize handler. This is...
Yea, I tried the Dock and Anchor...(did not work for me) so I will look into the Layout event... Are you using the Shim control? Thanks ... From: Phil Jollans...
... active? ... occur ... have ... makes ... If Window.Object returns a IDesignerHost object, then it's a Windows Forms designer window. Carlos J. Quintero...
We used no shim control at all and did nothing special to have a control that resizes with the toolwindow. It's a control written in C# that inherits form...
I am developing an add-in with VS.NET 2003 PRO and after having built the setup file I found out that the add-in works just on VS.NET 2003, while the 2002...
... You need to build it in VS2002. Any addin built using VS2003 will target the 1.1 framework, which is not supported by VS2002. Of course, you will also need...
Hi, I am trying to write an Addin to expand all the collapsed sections in code. I am unable to find any means of doing this. Could someone pl help Philip...
Hi to everybody! I am always developing the add-in in order to catch metrics, and I need to use the CodeElement to understand when the developer is on a...
There is no support for regions in the extensibility model for addins apart from (I suppose) entering VSIP packages (www.vsipdev.com <http://www.vsipdev.com> )...
I am not expert in C++, but I know that it uses its own extensibility model through the Microsoft.VisualStudio.VCCodeModel DLL file. Check MSDN, in the Visual...