Results 1 to 3 of 3

Thread: What does ShellDocVwCtl do?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    N.Ireland
    Posts
    7
    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.

  2. #2
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    have you read the article about it at This Site. It's in there somewhere. (The Main VB-World Site)

  3. #3
    Guest
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width