Showing icon in taskbar for a modeless dialog. 
Author Message
 Showing icon in taskbar for a modeless dialog.

Hello,

I've read many articles about modeless dialogs having an icon when
minimized and having the WS_MINIMIZEBOX style.  But when I minimize my
modeless dialogs the "icon" or what passes for one these days, floats
around the desktop instead of being on the taskbar.  Anyone know how to get
the thing to show up in the taskbar?  This should be an easy one but I
haven't been able to come up with the right combination of styles.

        - Kenny.
--
Kenny Goers, Senior Consultant
Logicon Technologies



Fri, 10 Dec 1999 03:00:00 GMT  
 Showing icon in taskbar for a modeless dialog.

Well, I just found the answer to my own question, guess I didn't read the
docs close enough, by default the constructor takes a parent pointer which
is NULL by default, which I didn't read further into.  When the parent is
NULL it uses the APPLICATION as the parent, thus no icon in the task bar.

I hope this helps somebody else down the road, guess I need to keep a
closer eye on the documentation, it can actually be useful.



Quote:
> Hello,

> I've read many articles about modeless dialogs having an icon when
> minimized and having the WS_MINIMIZEBOX style.  But when I minimize my
> modeless dialogs the "icon" or what passes for one these days, floats
> around the desktop instead of being on the taskbar.  Anyone know how to
get
> the thing to show up in the taskbar?  This should be an easy one but I
> haven't been able to come up with the right combination of styles.

>    - Kenny.
> --
> Kenny Goers, Senior Consultant
> Logicon Technologies




Sun, 12 Dec 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. how to show Icon in taskbar for iconless dialog

2. Hide taskbar icon on application startup (show only task tray icon)

3. Showing taskbar visible dialog from dialog based app

4. help: show systray icon, hide taskbar button....

5. how do you NOT show the taskbar icon for an app

6. Show icon in taskbar

7. How to show taskbar icon from Windows service instance

8. How to show taskbar icon from a Windows Service instance

9. Modeless Dialog and Taskbar button

10. Make a modeless dialog display at taskbar

11. How to add modeless dialog to windows taskbar?

12. Showing dialog in taskbar

 

 
Powered by phpBB® Forum Software