![]() |
Re: Alle Child-Handles einer Form
ok ich werds mal ausprobieren, und hoffe das es geht :mrgreen:
Also ginge das dann z.B so :
Delphi-Quellcode:
?
function EnumWindowsCallBack(Window: hWnd; lParam: LPARAM): Boolean; stdcall;
begin ListBox1.Items.Add(IntToStr(hwnd)); EnumChildWindows(Window, @EnumWindowsCallback,lparam); end; procedure TForm1.Button1Click(Sender : TObject); begin EnumChildWindows(Form1.Handle,@EnumWindowsCallBack,{was muss hier hin ?}); end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:33 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz