Possible Duplicate:
Windows Taskbar API
Win32: How to hide 3rd party windows in taskbar by hWnd
How can I prevent window from showing in the taskbar after I created it with CreateWindow? (Is there any parameter that allows me to do this, or something?)
set ‘dwStyle’ to
WS_POPUP, the third argument:If you’re doing win32, I suggest, for your own sanity, you give Qt a try.