Hwnd Property

Microsoft Publisher Visual Basic

expression.Hwnd

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

The following example displays the handle to the Publisher application window.

MsgBox "The handle to the Publisher application window is " & _
    Application.ActiveWindow.Hwnd