How can make my window to be invisible in the taskbar?
Thanks
-Milos [ http://tziotas.cjb.net ]
There are two ways:
The first method is to use WS_EX_TOOLWINDOW style. But your window's look will be that of a floating toolbar.
The second method is to use WS_POPUP style and make your window the child of a hidden window.