InfoConnect for Unisys VBA Guide
NativeBrowerControl Property
Returns reference to session COM browser control, SHDocVw.WebBrowser, instance.
Syntax
Object.NativeBrowerControl As Object
Example
Dim msDoc As MSHTML.HtmlDocument
Dim webCtrl As SHDocVw.WebBrowser
Set webCtrl = ThisWebControl.NativeBrowerControl
Set msDoc = webCtrl.Document
Debug.Print msDoc.url   'show current document URL
See Also

 

 


2015 Attachmate

Send Feedback