HWnd

concerns

 

Type

Read/Write

Long

Yes/No

The HWnd property determines the client-side window handle.

This property is especially needed to connect message windows (MsgBox) to the window.

Example:

 

FormMain.Show

 

MsgBox("Welcome, |Server.UserName|!", TCEServer.MsgBoxStyle.Information, "TCE", FormMain.hwnd)