Re: Taskbar
- Posted by doncole2009 Dec 21, 2008
- 834 views
DerekParnell said...
doncole2009 said...
What I would like to know is, how can I run a program at all times (when the computer is on) and not have it show up in the windows taskbar at the bottom of the screen?
When creating the main window, use createEx and use the extended flag WS_EX_PALETTEWINDOW
Thanks Derek,
That worked right away.
Don Cole