Kann eine Frage-StyleBox, das System nicht blocken ?
Nach AfxMessageBox -frage, arbeitet das Fenster einfach normal weiter,soll
es aber garnicht.
(IDOK == AfxMessageBox("Next RequestShot ?",MB_OKCANCEL|MB_SYSTEMMODAL))
danke f�r Hinweise
Karsten Schulz
Am besten stellst Du die Frage in de.comp.os.ms-windows.programmer oder
de.comp.lang.misc nochmal, hier wird Microsoft in den nᅵchsten Stunden
wohl dicht machen.
Falls Du einen Newsserver brauchst, der diese Gruppen fᅵhrt:
http://newsserverliste.cord.de/
Ciao,
Daniel
"Daniel Weber" <use...@daniel-weber.eu> schrieb im Newsbeitrag
news:hu3fdq$27f$1...@solani.org...
Nein.
http://msdn.microsoft.com/en-us/library/ms645505(VS.85).aspx
| 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.