If I am using the TOP_MOST on my dialog box:
SetWindowPos hDlg, %HWND_TOPMOST, 0, 0, 0, 0, %SWP_NOMOVE Or %SWP_NOSIZE
And I want to do an OpenFileDialog from there...
How do I tell the OpenFileDialog to be Modal to MY app...
Ie it needs to be in the foreground but it ends up behind the topmost window...
Didn't we have this discussion a while back?
I think my TOP_MOST will have to go bye bye ???
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
SetWindowPos hDlg, %HWND_TOPMOST, 0, 0, 0, 0, %SWP_NOMOVE Or %SWP_NOSIZE
And I want to do an OpenFileDialog from there...
How do I tell the OpenFileDialog to be Modal to MY app...
Ie it needs to be in the foreground but it ends up behind the topmost window...
Didn't we have this discussion a while back?
I think my TOP_MOST will have to go bye bye ???
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
Comment