Zitat von
mhuck:
Hallo,
ich frage mich, wie man es erreichen kann, daß eine Messagebox immer 'on top' ist ? Ich möchte den Anwender zwingen, eine Ja/Nein-Frage zu beantworten, ohne daß aus versehen die Mesagebox in den Hintergrund geklickt wird ....
MfG,
Matthias
Ich habe daraus einfach mal geschlossen, dass er die Messagebox gerne Systemmodal haben möchte da dann afaik nicht "aus versehen die Mesagebox in den Hintergrund geklickt wird"
Zitat:
MB_SYSTEMMODAL
Same as MB_APPLMODAL except that the message box has the WS_EX_TOPMOST style. Use system-modal message boxes to notify the user of serious, potentially damaging errors that require immediate attention (for example, running out of memory). This flag has no effect on the user's ability to interact with windows other than those associated with hWnd.
Oder das da:
Zitat:
MB_TOPMOST
The message box is created with the WS_EX_TOPMOST window style.