AFAIK it is not possible. What you could do is to set a button.Enabled=false. This will disable button immediately. _____ From: vsnetaddin@yahoogroups.com...
Hi, I'm trying to detect the user-settings in the Addin-Manager when executing the OnConnect in a c# Addin for Visual-Studio. Anyone can point me to a solution...
Found what I need for VS2005 as they've added a call to do this on a new iface: Commands2.UpdateCommandUI(true) Just need a solution for 2003. -Duncan ... ...
There's a CommandLineArguments member on the DTE iface that you can call to get the the command line used to invoke devenv. -Duncan ... executing ... from...
Thanks. Haven't tried it yet, but it looks like an option I can use. -Duncan ... Command.AddControl(Commandbar, ... ups.com, ... ups.com ... ups.com] ... ...
Hi Maxim, Thanks for the help... you were exactly right! The old .NET 2003 project was pointing at the 2003 Visual Studio assembly rather than the 2005 one....
Hello Again, thanks for the reply, but thats not what i'm actually looking for. What I really need to know is if my addin will be loaded on vs-startup next ...
Hi there, I'm developing an add in for my client and I'm creating a tool window using the createtoolwindow function.The tool window is actually an ATL activex ...
Hi Ron, ... I think that would be a very, very bad idea unless you also make it not dockable. If you do decide you really need this (implementing ActiveX...
Hi there, I'm developing an add in for my client and I'm creating a tool window using the createtoolwindow function.The tool window is actually an ATL activex ...
Hello, Does anyone know if it is possible to use the various icons that are built into visual studio 2005? I'd like to use the icons that are used for the...
There may be a way to use them directly; however, you can always use the built in Visual Studio icon editor in conjunction with Paint. 1.) minimize the VS IDE...
That's a great idea, I think I'll give that a shot and see what kind of icon I can get. The ones that I have now are so. so. 1997 looking. Good point on the...
Hi, my Add-In enumerates the controls on a form, usercontrol or web page via the designer window in visual studio. I have hit a problem scanning ASP pages...
I've a problem getting hold of the Output window when it's not been made visible in the IDE. If it set to be shown, or set to auto hide and nothing has written...
I've written an add-in for internal use with our dev teams. I would like to deploy the add-in, but no one wants an msi. They just want loose files and will...
Yes, This is correct. Those steps should be all you need to do. -- Peter Macej Helixoft - http://www.helixoft.com VSdocman - Commenter and generator of class...
I have a menu item on the Tools menu and items on a sub-menu off of that menu. I want my items to be only enabled if there is an open solution, so I set the...
... That's the idea. I recommend not using the user-specific folder as the dest of the .Addin file. The common folder is a good choice, but it ... @set...
Hi, if I want to open a code file using ProjectItem.Open, what difference does it make whether I use the parameter vsViewKindTextView or vsViewKindCode? Phil...
Hi, I'd like to change the editor color for a specific Element displayed in the Text Editor (mainly Tools->Options->Fonts&Colors, Item : User Keywords ) from...
Hello Oliver Gerlach It is possible to change color/font customization for given Display Item id in registry that will be effective on Visual Studio restart. ...
I got one command added to the code window context menu and it's all working fine. I have been trying to build a more complex context menu... looking around ...
Stephane Duguay
s@...
Mar 17, 2007 1:07 pm
3807
what is the best way (most comfortable for the end user) to provide code generation / modification in the soruce editor? My current model is "User selects /...
I've run into two issues that I'd like to get some feedback on from the community here. Firstly, calling CodeClass2.RemoveInterface() throws the following ...