Hi all,

I am writing an app that renders an OpenGL scene to the desktop, now i have a few problems, although the rendering works great, but when i disable the taskbar and double click the desktop the startmenu appears, is there any way of disableing this, i have tried to use hooks, etc but it doesnt seem to send a WM_LBUTTONDBLCLK message :s i found its name to be #32769 and a current handle of 65556, i cant seem to get anything from what it is, even the FindWindow function cant find it?!

An option i was considering was to just render the scene to a form instead of the desktop, but i still want to disable the taskbar, etc, but this leaves an empty space where the taskbar was, im sure this is where the taskbar was LOCKED, but is there any way of changing this through code?

Thanx for any help