|
-
May 10th, 1999, 08:39 AM
#1
Hiding the Application in the Task Bar
Hi,
I would like to hide an application from being displayed in the windows task bar. Any suggestions?
Regards
Richard Patrick
-
May 10th, 1999, 09:01 AM
#2
Re: Hiding the Application in the Task Bar
A solution for this problem is to specify the extended style of window w/ WS_EX_TOOLWINDOW. You can use this as parameter for API function CreateWindowEx or any wrapper from MFC.
This parameter specify that the window will not be in task bar.
For more information search on MSDN
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|