Re: modeless dialog question
What is the behavior you want ? Do you want the mainframe AND the modeless dialog window to be available as 2 different options in the Alt-tab window ?
Re: modeless dialog question
not easy
icon in taskbar?
Kuphryn
Re: modeless dialog question
Quote:
Originally Posted by kirants
What is the behavior you want ? Do you want the mainframe AND the modeless dialog window to be available as 2 different options in the Alt-tab window ?
yes, i want them to be 2 options in the alt-tab window. is the only way to do this to use a multi-thread?
Re: modeless dialog question
I'm sure this is not perfect solution, since better solution must exist.
Make the destop window (GetDesktopWindow) parent of dialog box. Try it out.
Re: modeless dialog question
That should do it, pass the desktop window as second param to Create method of your modeless dialog object.