I'm not sure how you go about it from an automation standpoint, but the main differences between the desktop ResX files and those for the .NET Compact ...
How is that you are using a full name such as "MenuBar.Tools.AnkhSVN"? AFAIK, you must get the "Tools" command bar with: Dim objToolsCommandBar As CommandBar ...
hi, im trying to get the project's full name by iterating the projects array. <code> EnvDTE::Projects *l_pProjects; l_pSolution->get_Projects(&l_pProjects); ...
First of all, I'd suggest using CComPtr<T> so that: CComPtr<EnvDTE::Projects> l_pProjects; l_pSolution->get_Projects(&l_pProjects); Using it (everywhere!)...
Many thanks, that helped me a lot. I have added a reference to that component to my Add-In project and have been able to create resource files for a smart...
I'm experimenting with using the XML Help Provider to add some topics to the Dynamic Help window that link back to our web site and such. Since our add-in is...
Hi, here's a problem that I have tripped up over repeatedly, but never bothered to investigate properly. If you have an ImageList control on a Form or...
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 : /VS.NET...
vsnetaddin@yahoogroup...
Feb 4, 2005 10:16 am
2288
Hi, I may have messed up my installation. Two separate users have reported an error message starting the Add-In. My suggestion was to register the Add-In dll...
Hi Phil, ... By coincidence we recently stumbled across a setting in the setup project which seems to be the likely cause of one of our add-ins failing with ...
Hi Anna-Jayne, I tried changing the Register property to 'vsdrpCOMSelfReg', but I got the error message "The assembly 'MultiLang.dll' in project output group...
Hi Phil, ... Would I be right in guessing that your add-in is an assembly as opposed to a COM DLL? If so, that message makes sense....having not written a...
... The basic add-ins created by the Visual Studio .NET add-in wizard do this by default. If you want to learn about add-in development I strongly recommend...
thanks for suggestion regds ... The basic add-ins created by the Visual Studio .NET add-in wizard do this by default. If you want to learn about add-in...
hi'all, can someone hlp me to create add-in (add external tool)to vs.net & also how to make it appear on toolbar & menu. bye ... Do you Yahoo!? Yahoo! Search...
hi, i got an add-in that creates new .cpp and .h file with templates in them. i want that after i save the files in the project to get them into the VSS. how...
... If I recall properly, it is the Register = vsdrpCOM property of the Primary Output from <add-in>. ... I spent a whole frustrating month dealing with VS.NET...
I'm developing an add-in for VS.NET 2003 (in C#) that automates building the various solutions and projects I'm responsible for. In theory, it should open, ...
... [snip] Nevermind... :P I finally figured this out--looks like EnvDTE.DTE.Solution.Open doesn't get along with relative paths. "\smi_dnet\conv\slib" caused...
Thanks Carlos, when I have time, I will look at inno setup. Phil ... From: Quintero Vivar, Carlos Javier To: vsnetaddin@yahoogroups.com Sent: Montag, 7....
From ProjectItem.FileCodeModel or from Project.CodeModel, depending on the root that you need. Best regards, Carlos J. Quintero MZ-Tools 4.0: Productivity...
thanks man, do you know by the way how can i get the VSS object? ... on the ... Footer ... sus destinatarios y pueden contener informacion confidencial. Si ...
DTE.SourceControl Best regards, Carlos J. Quintero MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET You can code, design and document much faster. ...
yeah, i knwo this object, the problem with this object is that i can only do CheckOut's. i can't do this functions - CheckIn, AddToSourceControl and more... do...