Registriert seit: 31. Okt 2003
1.120 Beiträge
Delphi 7 Personal
|
Re: Button aus and. Anwendung klicken geht nicht?!
23. Sep 2004, 15:03
1. die EnumChildProc() sollte vor die andere.
2. EnumChildProc() sollte nicht zum Form gehören, dann gehts:
FUNCTION EnumChildProc(Wnd: hWnd; SL: TStrings): BOOL; stdcall;
|