Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi ID anhand HANDLE (https://www.delphipraxis.net/44059-id-anhand-handle.html)

St34lthE4gle 12. Apr 2005 20:06


ID anhand HANDLE
 
ich hab folgendes Problem! und zwar hab ich kein plassen schimmer wie ich anhand von nem Handle die ID eines Controls bekomme! ICh hoff ihr könnt mir weiter helfen! THX!
MFG ST34lth!

toms 12. Apr 2005 20:19

Re: ID anhand HANDLE
 
The GetDlgCtrlID function returns the identifier of the specified control.

Code:
int GetDlgCtrlID(

    HWND hwndCtl    // handle of control
   );

St34lthE4gle 13. Apr 2005 16:52

Re: ID anhand HANDLE
 
DANKESCHÖN!


Alle Zeitangaben in WEZ +1. Es ist jetzt 05:26 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