all groups > visual studio .net ide > february 2005 >
You're in the

visual studio .net ide

group:

Problem with Add-in toolbar


Problem with Add-in toolbar chouinard.francois NO[at]SPAM gmail.com
2/24/2005 12:44:26 PM
visual studio .net ide:
Hi,

Recently, I created a simple Add-in that add a command bar buttons to
Visual Studio .NET and did it with success.

Then once I uninstalled my Add-in, the associated toolbar is still
displayed in the Tools->Customize dialog.
While trying to delete the toolbar by selecting THE Toolbar, the
"Delete" button is still disabled. Then I tried to remove it using the
Application.CommandBars("Custom").Delete() without any success. I got
an error message.

What I want is to remove it from the list and there is no way I could
find to get the task done.

Does someone know how to get rid of undesired toolbar listed in the
Tools->Customize dialog?

Thanks for the support
Re: Problem with Add-in toolbar chofra03
2/24/2005 1:05:11 PM
!
Re: Problem with Add-in toolbar Carlos J. Quintero [.NET MVP]
2/25/2005 9:53:35 AM
By code you use either DTE.CommandBars.Remove or
DTE.Commands.RemoveCommandBar, depending on which method you used to add it.

Without code, a way is to open a .NET DOS command prompt and type:

devenv.exe /setup

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com


<chouinard.francois@gmail.com> escribió en el mensaje
news:1109277866.563236.31230@g14g2000cwa.googlegroups.com...
[quoted text, click to view]

AddThis Social Bookmark Button