Is it possible to deactivate the Windows Taskbar? I can make it disappear using SHAppBarMessage and ShowWindow, but if I push the Windows logo key on my keyboard the Start menu pops up anyway. Is it a matter of trapping the Windows logo key up/down event? Tried that too and funnily enough I can see the key down event but not the key up event.

Any and all suggestions welcome.

John