Returns the window handle of RC-WinTrans.

Type Info:

Application.Hwnd As Long
Example:
Dim App As Application
Dim Hwnd As Long

Set App = Application
Set Hwnd = App.Hwnd
Remarks: Read-only property.

See also:

Class Application

Last Updated: 11/30/04