GetHandle Function

Class

AnyWin class.

Action

Returns the internal handle of the window.

Syntax

iHandle = window.GetHandle()
Variable Description
iHandle The window’s internal handle. INTEGER.

Example

use "msw32.inc"
int hWnd
hWnd = MyDialog.GetHandle()
SendMessage(hWnd, WM_USER + 10, 0, 0)