Keeping the taskbar transparent when your deskband is enabled
If you have code that implements a deskband for the Windows Taskbar in Windows Vista, you may have noticed that it causes the taskbar to appear opaque when there is not a maximized window open, instead of being transparent, but darkly tinted which is the normal state of the taskbar.
You can get around this by implementing the IDeskBand2 interface and responding to the associated methods appropriately.
Comments
Anonymous
January 22, 2008
PingBack from http://msdnrss.thecoderblogs.com/2008/01/22/keeping-the-taskbar-transparent-when-your-deskband-is-enabled-2/Anonymous
January 22, 2008
Hi Kam. Handy post - but the docs aren't exactly helpful. It contains the CanRenderComposited to find out if a band supports translucency, but doesn't go into how a band can support it! Any pointers? Cheers Matt