Is there anyway to specify a disabled icon for a command bar? I can now get
icons to display fine with a satellite DLL, but it looks horrible when the
button is disabled. I suppose I could just not show the buttons that are
disabled, but I think the right thing to do is show disabled.
What's needed for this?
TIA,
+++ Rick --

Signature
Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/weblog/
----------------------------------
Making waves on the Web
Carlos J. Quintero [MVP] - 06 Jul 2004 08:31 GMT
AFAIK, there is no way. You will need to design an icon that looks well
after VS.NET disables it with its algorithms ...

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
FAQs, Knowledge Base, Files, Docs, Articles, Utilities, etc. for .NET
addins:
http://groups.yahoo.com/group/vsnetaddin/ (free join)
> Is there anyway to specify a disabled icon for a command bar? I can now get
> icons to display fine with a satellite DLL, but it looks horrible when the
[quoted text clipped - 6 lines]
>
> +++ Rick --