Board index » delphi » Parented Dialogs revisited - taskbar switch not working
ke...@xentrik.demon.co.uk (Keith Johnson)
![]() Delphi Developer |
Sun, 27 Feb 2000 03:00:00 GMT
Parented Dialogs revisited - taskbar switch not workingHi All - I posted a question some time ago here regarding making a form Setup := TSetup.CreateParented(GetLastActivePopup(GetMainWnd)); followed by Setup.ShowModal would indeed create a dialog box that belonged to the last modal The problem now is that although I have got rid of the separate icon I've tried assigning GetMainWnd or GetLastActivePopup(GetMainWnd) to The C code in the Premiere toolkit uses result = DialogBoxParam(resInst, MAKEINTRESOURCE(1000), and I've verified that this works. So what is Delphi doing Keith Johnson |