AnyWin class.
Returns the internal handle of the window.
iHandle = window.GetHandle()
Variable | Description |
---|---|
iHandle | The window’s internal handle. INTEGER. |
use "msw32.inc" int hWnd hWnd = MyDialog.GetHandle() SendMessage(hWnd, WM_USER + 10, 0, 0)