Hidden window
-
Hi !! My app, developped with VC++6 creates a window. I want the window to be invisible, so I create it with the style SW_HIDE. It works, the window is not shown, but it remains in the taskbar (or whatever the correct name is : on the right side of the Start button, where each apps has a button with its name). I don't want to see anything of my window, neither on the screen nor on the taskbar. How can I do that ? Thank you for your help ! Jerome
-
Hi !! My app, developped with VC++6 creates a window. I want the window to be invisible, so I create it with the style SW_HIDE. It works, the window is not shown, but it remains in the taskbar (or whatever the correct name is : on the right side of the Start button, where each apps has a button with its name). I don't want to see anything of my window, neither on the screen nor on the taskbar. How can I do that ? Thank you for your help ! Jerome
-
Thanks for the link ! Very interessant stuff ! Jerome