Parameters
Remarks
In the following example, the BZHAO uses the window.top object to find the BlueZone session that is embedded in the same browser window that is running the script. Note that window.top is the only valid parameter for this method.
Example
Set Host = CreateObject( "BZWhll.WhllObj" )
Host.SetBrowserWnd window.top
Host.ConnectToHost 2, 0
Host.Connect "!"
Host.ReadScreen Buf, 1920, 1, 1
Host.Disconnect
Host.DisconnectFromHost 2, 0