Hi all,
When the program that calls the following messagebox is minimized, the
messagebox does NOT come to the foreground
When the program is not minimized, the messagebox DOES appear on the foreground.
I run it on Windows 2000...
Kind regards
Eddy
------------------
[email protected]
[This message has been edited by Eddy Van Esch (edited September 18, 2001).]
When the program that calls the following messagebox is minimized, the
messagebox does NOT come to the foreground
Code:
MSGBOX mess,%MB_SETFOREGROUND,"title"
I run it on Windows 2000...
Kind regards
Eddy
------------------
[email protected]
[This message has been edited by Eddy Van Esch (edited September 18, 2001).]
Comment