I actually need the C++ function cobj()
I have a variant / string that I need to conver into an object
"WebBrowser1.Document.all"
into
WebBrowser1.Document.all
so I can get the length
WebBrowser1.Document.all.length
Printable View
I actually need the C++ function cobj()
I have a variant / string that I need to conver into an object
"WebBrowser1.Document.all"
into
WebBrowser1.Document.all
so I can get the length
WebBrowser1.Document.all.length
You cannot, but what's worng with Len(strText)?
I need to use the WebBrowser1...... object to get more data from the Browser & use the node.key "WebBroser1.Document.All" as a location key
I am taking the collections from the browser & placing them in a Treeview, When you double clik on a collection I want to enumerate that collection and its properties