Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#11

Re: MessageDLG rutscht nach hinten!

  Alt 14. Dez 2007, 16:44
es gibt noch de Flag MB_APPLMODAL, Siehe MSDN dazu:
Zitat:
The user must respond to the message box before continuing work in the window identified by the hWnd parameter. However, the user can move to the windows of other threads and work in those windows.
Depending on the hierarchy of windows in the application, the user may be able to move to other windows within the thread. All child windows of the parent of the message box are automatically disabled, but pop-up windows are not.

MB_APPLMODAL is the default if neither MB_SYSTEMMODAL nor MB_TASKMODAL is specified.
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat