Registriert seit: 29. Mai 2002
37.621 Beiträge
Delphi 2006 Professional
|
Re: Fenster mit bestimmten Titel automatisch schließen
22. Jan 2005, 16:28
Das ist unsicher:
GetWindow(Application.Handle, GW_HWNDFIRST);
Zitat:
An application that calls GetWindow to perform this task risks being caught in an infinite loop or referencing a handle to a window that has been destroyed.
Nimm lieber EnumWindows
Michael Ein Teil meines Codes würde euch verunsichern.
|