Home > RhinoScript Methods > Application Methods > WindowHandle
Returns the Windows handle of Rhino's main window.
Rhino.WindowHandle ()
None.
Number |
Rhino's main window handle. |
Dim intHandle
intHandle = Rhino.WindowHandle
MsgBox CStr(intHandle)