Thanks for verifying that it was possible Carlos. After looking at the project created by the Addin wizard (why didn't I think of doing this before?), I was...
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...
Jun 1, 2006 8:57 pm
3599
I need to add my own menu item when someone right clicks to get the context menu on the solution folder. IE, I need to do something when it is a CS file a XML,...
Hi Ralph, See my articles: * HOWTO: Guessing the name of a command bar to add a custom menu entry in Visual Studio .NET add-ins. * HOWTO: Add a popup command...
Hi, I am creating an Add-In for PowerPoint. I added new command bar in it. If I open two PowerPoint document the event are triggering two times. For avoiding...
Hi, I am not sure about Powerpoint add-ins, but AFAIK the add-in should receive events only from the instance of application that hosts it, not from other...
Hi, Thanks for your response. I created a new Addin which has minimal buttons. In this case the event is registering multiple times. So I am using the second...
Can you post the add-in with the minimal buttons so me or someone can take a look? Also, I reported a similar bug for VS 2005 months ago. Tell us if it is...
Hi, Thanks for your cooperation. I will log the bug in MSDN also. Here I am sending the complete code as well as setup. If possible please take a look. Please...
Hi, I have created an Addin for VS 2003. It adds a menu item ("smxAware Add-in") to the Tools menu CommandBar. Now I want this Addin to add a 2nd Tools menu...
Hello, I've been working with the Code Model of VS2005 and I have some questions: What for are the members ExtenderNames, get_Extender() on CodeElement ...
Hi, Well, it you have managed to add one, it is quite the same adding a second one, isn´t it? You just need pCommandBarControl1 and pCommandBarControl2...
Hola Felipe (are you from Spain?), About extenders, see: http://msdn2.microsoft.com/en-us/library/0y92k2w2.aspx They are totally unrelated to your problem....
May not be directly relevant to macros or add-ins but you guys may know the answer to this. ...in VS 2005. Also there appear to be no toolbar buttons for these...
You can find all VS commands if you go to menu Tools - Options… and select Environment - Keyboard. Make sure that "Show all settings" at the bottom of...
Hola, gracias por responderme tan rápido. No soy de España, sino de Colombia; aunque en este momento estoy trabajando en Viena. Sobre la respuesto, ya me...
Hi Anil, I did not receive the attached file, so I couldn´t test it. Can you post the Connect class minimal code to reproduce it? About the similar problem...
It's me again. It happends that I found what I was looking for. Having the following code> class GenericClass<T> {} class ExtendedString: GenericClass<string> ...
Hi, Carlos Here I am attaching the Connect class. Thanks Anil Kumar Gupta _____ From: vsnetaddin@yahoogroups.com [mailto:vsnetaddin@yahoogroups.com] On Behalf...
Hi, Carlos Here I am attaching the Connect class. Thanks Anil Kumar Gupta _____ From: vsnetaddin@yahoogroups.com [mailto:vsnetaddin@yahoogroups.com] On Behalf...
Hi Carlos, I am not able to send the connect.cs as attachments. My attachments are not reaching in the group. Can you please send me ur personal mail id. My...
You can either post it in the Files section of this Yahoo group (I will delete it later) or send it to me directly using the Contact section of my web site...
I would like to get LanguageService object (or IVsLanguageInfo interface) for currently used editor. I tried to use the following code to got it: private...
Hi Peter, I'm aware of how to set things up but the commands don't seem to exist. They did and were easy to find in VS 2003 and in VC 6. Kevin ... the ... for ...
Hi, I have an addin. Sometimes it gets disable. I have to enable it with the help of Help->About Microsoft Office-> Disable Items How can I enable it with the...
Hi, I guess that Office apps use some registry entry to store disabled add-ins, although I don't know which. So, when your add-in is disabled, use regedit.exe...
The functionality has been removed. See this thread at MSDN Forums... http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=163405&SiteID=1 Kevin ... the ... ...