|
-
May 28th, 1999, 12:08 AM
#1
Icon in taskbar for regular windows
How can I cause MFC windows ( inherited from CWnd) to show an icon in the taskbar as if they were application's main window.So I can switch between windows in the same application by clicking on the icon in the taskbar.
If it is not a capability of MFC how can I do that with regular Win32 API ?
Thanking you in advance: Uzi Kohn
-
May 28th, 1999, 03:41 AM
#2
Re: Icon in taskbar for regular windows
I have found the answer:
It is an extended style for a window which is called: WS_EX_APPWINDOW , so when using CreateEx for windows -> use this style
Uzi Kohn
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
|