Display text in Browser window
-
dugglebb last edited by
in VBS, lit is possible to use a small browser window using IE as follows
Set objExplorer = CreateObject("INternetExplorer.Application")I guess there is a similar statement for using Opera as the host prowser, can anyone tell me what the CreateObject() statement should be, I tried Opera.Application and that doesn't work
-