Hi As you probably all know, to support Visual Studio.NET 2002, an Add-In has to be compiled with Version 2002. The Add-In can, however, be used in Version...
No, there are still users using VS.NET 2002, some of them missed the 29 USD MS offer to upgrade. I personally hate when a vendor drops support for a product...
When I first was creating my plugin I encountered a problem getting the Xtreme Simplicity Shim control to compile under 2003 in Release mode. I didn't...
Is there a way, using a macro, addin or built-in command, to convert a VC6 workspace(*.dsw) with projects into a VC2003 solution, *WITHOUT* any blocking UI?...
The signature is void GetProperties( ref object PropertiesObject ); Can anyone tell me how I would add a single property? The reg explore sample uses...
Hi, I need to trace the includes of a VCCodeModel. My question is now: how do I acces the VCCodeModel of a VCCodeInclude object? Do I have to search for the...
Hi Carlos, I just used your code to add programatically a few controls to the toolbox, but I need now to add ActiveX controls form an ocx file. How Do I do...
To add an ActiveX control, you need to supply the vsToolBoxItemFormatGUID data type and the Data argument is the CLSID GUID of the ActiveX control or the...
On the codeproject web site there is a macro for colapsing Solution Explorer. http://codeproject.com/macro/collapseall.asp Sub CollapseAll() ' Get the the...
It works only for C# and VC++ projects not for VB projects. see my blog at http://uvnpsaradhi.blogspot.com/2004/09/automating-class-view-of-visual.html ...
Hi, my Add-In adds resources to a project, using the filename MultiLang.ResX or MultiLang.<culture>.ResX. To read the resources, it adds a class (from a...
Hi, my Add-In scans through the source code of a project. It is important that I ignore the code contained in the region generated by the forms designer. When...
Hi Phil, I don't know a clever solution to get the regions directly. But my idea would be: why is it for you importand to ignore the forms designer generated...
Hi Phil, ... Microsoft changed this? If you create a VS.NET 2003 C# usercontrol, you get that region. Not sure about 2002 or VB.NET. ... AFAIK, there is no...
How do you I change the dat type of a member in the class programatically inside my AddIn? For Ex, I declared Private m_TotalRevenue As Integer and now I want...
Phil, My guess is that there is no way to determine the name of the region generated by the designer. I don't think the IDE cares what that region is called....
In theory the code model offers support to do that, but since the code model is not fully implemented (read-only in some cases), you should use the code model...
Is there any example available in the Net to do this? On Wed, 13 Oct 2004 14:55:40 +0200, Quintero Vivar, Carlos Javier ... -- =================== With...
Hi, Take a look at the Files section, Knowledge Base folder of this forum. Regards, Carlos J. Quintero (Visual Developer - .NET MVP) The MZ-Tools all-in-one...
hi carlos thx for giving information it will help me going ahead to Automation Model thx regards, sandip ... forum. ... Footer******************* ... sus...
There are several examples of add-ins in the Files section of this forum. Some of them should be related to the code model. Once you have the CodeElement, say,...
I hope this subject is interesting enough Carlos ;-) I've done a beautiful VS2003 addin to help when developing smart device applications (online in a very...
If this fails try to contact with the people of web logs directly. I know they are now busy to get a good Beta 2, so likely they will want to know about bugs...
There were some problems using managed controls for Tools Options pages. Some of these bugs have since been fixed, some have not. We know about it and will...
Is there any relation between EnvDTE.CodeClass and CodeDom.CodeTypeDeclaration class. What I want is I want to add a property to my existing class and I am ...
Is your question related to VS.NET add-ins (the purpose of this forum) ? Regards, Carlos J. Quintero (Visual Developer - .NET MVP) The MZ-Tools all-in-one...
... At last! It's about time! ... values ? Assuming that the target OS will be Windows 2000, Windows XP or higher, for per-user settings you should use a (XML...