Registriert seit: 17. Jan 2007
1.169 Beiträge
Turbo Delphi für Win32
|
Re: Vom Form Handle zum Icon
15. Mai 2007, 21:22
Hi,
kannst ja mal versuchen ob es so
Delphi-Quellcode:
icon.Handle := SendMessage(hWnd, WM_GETICON, ICON_BIG, 0);
if icon.Handle = 0 then
icon.Handle := GetClassLong(hWnd, GCL_HICON);
anders ist.
Gruß bitsetter
"Viele Wege führen nach Rom" Wolfgang Mocker (geb. 1954), dt. Satiriker und Aphoristiker
|
|
Zitat
|