Hi everybody,
I'm currently developing an Add-In for VS.Net 2003. It has a commandbar with
a couple of commandbuttons. I use the DTE.Commands.AddNamedCommand method to
create a VS-wide command (gets persisted throughout sessions) and the
Command.AddControl method to add the command to the commandbar (respectively
toolbar).
So far so good, now I'd like to add a combobox to my commandbar where I can
display a current configuration setting, just like the Build dropdown
(Debug, Release). I couldn't figure out yet how to get that in there. Also,
I only found one posting so far where a guy asked the same question (no
answer though).
Anybody got an idea?
Thanks, Christoph
Carlos J. Quintero [MVP] - 27 Oct 2004 09:29 GMT
Unfortunately that's not possible in VS.NET 2002/2003. It will be possible
in VS 2005:
http://blogs.msdn.com/craigskibo/archive/2003/12/12/51704.aspx

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
The MZ-Tools all-in-one add-in, now for .NET: http://www.mztools.com
> Hi everybody,
>
[quoted text clipped - 13 lines]
>
> Thanks, Christoph
Christoph Wienands - 27 Oct 2004 14:51 GMT
Hello Carlos,
> Unfortunately that's not possible in VS.NET 2002/2003. It will be possible
> in VS 2005:
Despite the bad news, thanks a lot for your help. At least I can stop
searching ;-)
Regards, Christoph