Thema
:
Delphi
ID anhand HANDLE
Einzelnen Beitrag anzeigen
toms
(CodeLib-Manager)
Registriert seit: 10. Jun 2002
4.648 Beiträge
Delphi XE Professional
#
2
Re: ID anhand HANDLE
12. Apr 2005, 21:19
The GetDlgCtrlID function returns the identifier of the specified control.
markieren
Code:
int GetDlgCtrlID(
HWND hwndCtl //
handle
of control
);
Thomas
Zitat
toms
Öffentliches Profil ansehen
Mehr Beiträge von toms finden