Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Problem mit MessageDlg (https://www.delphipraxis.net/80189-problem-mit-messagedlg.html)

arnold mueller 4. Nov 2006 21:06

Re: Problem mit MessageDlg
 
MessageBox und MB_SETFOREGROUND sollte klappen ...

Delphi-Quellcode:
   
if (MessageBox(0, 'Hallo', 'Titel', MB_ICONWARNING or MB_OK or MB_SETFOREGROUND) = idOK) then;
Falls Du GExperts installiert hast, drück mal strg+D und staune ;-)

-
arno


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:48 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz