Results 1 to 4 of 4

Thread: very easy

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2000
    Location
    Faraway from Osama bin Laden <--- Loser
    Posts
    42

    Exclamation

    I didn't do VB programming for like 2 years now. I now came back because I need to do a VB project.
    I learned that to access a website you type

    Private Sub cmdCommand1_Click()
    WebBrowser1.GoHome
    End Sub

    it gives me the error Object Required. (I know this is very simple but please help me) How do I create teh WebBrowser1 object?

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    you need to add the webbrowser control to the form
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    Guest
    Click Project>Custom Controls>Microsoft Internet Controls and check it. Than just add it to your form and everything should work.

  4. #4
    New Member
    Join Date
    Dec 2000
    Posts
    6

    Talking

    i have a dll if you cant find the control .. just contact me at [email protected] and i'll tell ya whut to do...

    -XeoN-

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