Connecting invisibly

If you are using an application to access host information through the BlueZone Host Automation Object, but you do not want to see the actual BlueZone session during the host access process, you can connect to the BlueZone Host Automation Object and set the Window to invisible.

This method works especially well if you have written a Windows application (like Visual Basic or PowerBuilder), that at some point requires a telnet connection to a host in order to retrieve information that can be used by the Windows application, but does not need or want the BlueZone emulation application to be visible to the user of the Windows application.
Set the BlueZone application Window's visibility to False:
Set Host = CreateObject( “BZWhll.WhllObj” )
Host.Connect “A”
Set wnd = Host.Window()
wnd.Visible = False