Show in Taskbar
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All I have a problem to show dialog in Taskbar.I have a dialog A. And i also added two dialog B and C. Now i am facing problem to show dialog B in taskbar.Plz help me. Thanks in advance
Try to set WS_EX_APPWINDOW style, provided the dialog is not a child window.
- NS - [ODBaseBtn]
-
Hi All I have a problem to show dialog in Taskbar.I have a dialog A. And i also added two dialog B and C. Now i am facing problem to show dialog B in taskbar.Plz help me. Thanks in advance
Am not sure what kind of problem you are facing there but try adding the WS_EX_APPWINDOW style to your dialogs...
> The problem with computers is that they do what you tell them to do and not what you want them to do. <