Syntax

expression.Hwnd

expression A variable that represents an Application object.

Example

In this example, Microsoft Excel notifies the user of the top-level window handle of the Excel window.

Visual Basic for Applications
Sub CheckHwnd() MsgBox "The top-level window handle is: " & _ Application.Hwnd End Sub
HWND hWnd property

See also: