Board index » delphi » Need help with modeless form with WS_EX_APPWINDOW and modal dialog
Herman Fr?berg
![]() Delphi Developer |
Wed, 26 Nov 2003 21:20:11 GMT
Need help with modeless form with WS_EX_APPWINDOW and modal dialog
Hi all,
I need some advice. How can I bring up the Modal Dialog when user clicks on the taskbar? Try: // To force Form1 to appear on the taskbar procedure TForm1.Button1Click(Sender: TObject); if ShowModal = mbOk then When Form2 (the modal form) is active, and user shifts focus to other Any hints? Many thanks in advance Herman Fr?berg |