Hello people
I dont suppose if anyone could explain to me what ShellDocVwCtl does, how to use it, or where I could find some information about it.
Im pissing about with Internet Explorer and not getting anywhere fast.
P.s I'm an imbicile.
Printable View
Hello people
I dont suppose if anyone could explain to me what ShellDocVwCtl does, how to use it, or where I could find some information about it.
Im pissing about with Internet Explorer and not getting anywhere fast.
P.s I'm an imbicile.
have you read the article about it at This Site. It's in there somewhere. (The Main VB-World Site)
Do you mean using ShDocVw.dll as a Reference?
Code:Dim ie As New InternetExplorer
ie.Navigate "www.vb-world.net"
ie.Visible = True
'when you type ie., if your using vb5, a set of properties will pop up, I'm sure vb6 does it as well.