Hi Phil, I would use approach #1. I would avoid approaches #2 and #3. Since all accesses to a code model start with a call to ProjectItem.FileCodeModel or...
Remember that most of the extensibility assemblies are just PIAs. I am not sure if we allow redisting PIAs (we may, I will need to talk with some people to...
if some one can tell me how one can have the control of the pop up menu that comes by right clicking on the Code file. any help will be appreciated. thanks ...
Thanks Craig, I think this needs a bit of explaining. A PIA is a Primary Interop Assembly and an IA is an Interop Assembly. There is some information about...
Hi, I currently have a toolbox added that adds a number of references when I drag it on to the design surface. What I need to do is force the copy local...
See the HOWTO articles of my web page: http://www.mztools.com/resources_addin_developers.htm <http://www.mztools.com/resources_addin_developers.htm> Best...
I was hoping for some help on this. I've ported my VSIP package to VS2005 beta 2 and after a *lot* of messing around managed to get the thing to compile...
Hi I needed to create some template format for code, so that I can use it to generate code later, and I thought, why not check what's already done. So I ...
Hi, does anybody know if you can control Source Safe from an Add-In? Before my Add-In modifies a file in a project I want to: - check whether the project is...
Hi Phil, ... As I understand it while limited SCC functionality is available within the automation interface, the Visual Studio SDK (formerly VSIP SDK) is more...
Sorry, is there anyone who can do me a favor for the following question? I've tried many methods but ExecuteCommand() always returns E_FAIL. Thank you very...
Hi Phil, Take a look at the EnvDTE.DTE.SourceControl property, which returns an EnvDTE.SourceControl interface with methods like IsItemUnderSCC and ...
There is no "Edit.GotoLn" command, at least on my IDE. There is an "Edit.GoTo" command, that when invoked from the IDE shows a window to enter the line number...
Hi Carlos, thanks for the quick help. On the face of it, that looks very easy and should meet my needs. Do you happen to know if checking a file out is a...
... that is, ... I donīt know, I suppose so, but you will have to test it. ... control may ... different ... Yes, some user discovered the very same issue...
Thanks, Carlos, I use VC++.Net 2005 Beta2. In the command window, we can use "GotoLn" or "Edit.Goto". If the line number not assigned, it will popup a window...
Hi, I'm trying to get my old VS 2002/2003 add-in working with the beta2 for VS 2005. I've put it off for as long as I can :) But I've run into a couple of...
The June CTP solved most issues with commands and buttons and have only found a couple of issues with the August CTP. So, I would recommend you to download the...
hi frendz, this is new member to this group... i created one addin with toolwindow in VC++.NET.. my doubt is how can we create more than two downtabs exactly...
Hi tirupati, Welcome to the group. About your question, although inside your toolwindow you can place a TabControl to provide tabs for your toolwindow ...
thank u verymuch carlos, actually , that all provided by VS IDE. after that , i created one Control with using "WindowsControlLibrary", i.e, UserControl. i...
Hi, I'm sorry but I donīt know about C++, others may answer your question. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio...
Hi all In my current implementation of my VSIP package in vs 2003 I add my toolbox tab and items during a hook into the SolutionOpening event. This same...
Hi tirupati, I may be able to help but I'm struggling to work out exactely what you're asking. Can you clarify? Looking at the answer that Carlos posted, he...
I donīt know, but I think that VS 2005 loads solutions asynchronously, that may affect... could you use the event fired when the solution has finished the...