
Updating the Taskbar from a dialog based app
If you mean you want to put the dialog box in the taskbar and it's not
already there, add a minimize button to it in your resource. If you mean you
want to refresh the taskbar, I think you have to send WM_PAINT message to
the taskbar window.
--Alex Rikles
Quote:
>How do I update the taskbar from a dialog based application.