...
Dim screen as QWS3270Automation.IScreen
Set screen = new QWS3270Automation.IScreen
If screen is Nothing then
' handle error
Else
screen.StartSession("C:\temp\qws3270p.exe", "Library of Congress")
End If
QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.
...