PDA

Click to See Complete Forum and Search --> : What does ShellDocVwCtl do?


the_hardmeister
Aug 9th, 2000, 10:46 AM
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.

gwdash
Aug 12th, 2000, 12:24 PM
have you read the article about it at This Site. It's in there somewhere. (The Main VB-World Site)

Aug 12th, 2000, 02:05 PM
Do you mean using ShDocVw.dll as a Reference?

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.