hi i used fresh machine with windows XP + SP2 and installed the VS 2005 and then installed the add-in sucessfully and i try to open visual studio 2005 at that...
Does the error happen if you don't load the add-in? - If so, it is a problem of VS 2005, not of the add-in. - If not, then the problem is the add-in. You need...
Hi Everybody I'm working on building a toolbar in visual studio extension. The toolbar should include a drop down combo box. I didnt decide yet if I want to...
I don't think it is is possible with an add-in. See: http://blogs.msdn.com/craigskibo/archive/2005/10/20/483133.aspx But I am not sure either if that can be...
Hi Ron, ... AFAIK this isn't supported "out of the box". However, there's nothing to stop you writing an add-in or package which creates a conventional...
Hi Anna, Thanks for your reply. When adding a combobox to a toolbar I use the addnamedcommand2 and the addocntrol methods. In the addnamedcommand2 i pass the...
Hi Ron, ... down control. ... Sure hun. The only way to do it is almost certainly to hunt through the Visual Studio window hierarchy (starting at its main...
Hi All, I'm relatively a newbie in dot.net development. But I've working experiences with VC/VB programming as well as Java. So, not finding too hard to adopt...
Hi there, I'm trying to create an editbox ( Control for insertion of text by the user) in a VS toolbar using an addIn-I'm using the addNameCommand2 When Using...
Hi, AFAIK, you can't create such control in a VS toolbar from an add-in, only comboboxes and MRU lists. Best regards, Carlos J. Quintero MZ-Tools: Productivity...
Hi, Yes, it can be done. About adding or managing project references, see my articles: - HOWTO: Getting information specific to VB.NET and C# projects from an ...
I don't know, but if VS has one of those, I suppose that yes. Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio. You can code,...
Hi Carlos, Thanx for ur reply though I found the solutions already in a hard way than located in your articles. Anyway, In my investigation, I've come to know...
(VS2005, C# project) Hi, I have a problem with a quick&dirty Addin to measure build times. It is set to load on startup. OnConnect: adds handlers for...
Hi, is there a problem with multiple Add-Ins hooking the BuildEvents in Visual Studio 2003? I have tried to use my Add-In together with the ReSharper ...
Hi Phil, ... Not as far as I know. Command Events are another issue, however. Kind Regards, Anna-Jayne Metcalfe Software/Product Development Consultant, ...
Hi, ... I wrote a small add-in VS 2003 that hooks build events and had no problem with Resharper 1.0 and 1.5. I have not installed Resharper 2.0 for VS 2003,...
Hi, I'm porting a 2003 addin to 2005, and have hit a line where a Project.Object is being cast to a VCProject. This line throws an exception saying that the...
Hi, I ran into a problem along these lines recently with C++ projects, which might be your problem. There's a normally hidden folder called (something like)...
Hello dirty_and_stinky Your code seems to reference VCProject from VS2003 You need #import the one from VS2005 Best, Maxim Mossienko ... d> Hi, d> I'm porting...
Does anyone know of a simple way for force the IDE to call an addins QueryStatus for a command and update the commands status? I have a task performed by by...
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] ... ...