Age old Alpha Channel on Toolbar problem [RESOLVED]
Hey All,
When you put Icons (.ICO) files into an Imagelist and then use that imagelist on a VB.NET toolbar the Alpha channel is lost, creating an ugly black border.
MS has identified this as an error and said "too f-ing bad". Has anyone come up with a decent workaround?
Thanks!
--Ben
Re: Age old Alpha Channel on Toolbar problem [RESOLVED]
Side note,
needed the same solution for the ListView icon.
--Ben
Re: Age old Alpha Channel on Toolbar problem [RESOLVED]
Another addendum:
I fingered out how to make the changes show up in the VS.NET IDE. You need to use the manifest on the IDE's executable. Rename the manifest to "devenv.exe.manifest" and save it in the following folder: C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
--Ben