Hwnd Property

       

Returns a Long indicating the handle to the Microsoft Publisher application window. Read-only.

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