Results 1 to 2 of 2

Thread: connect to IE browser

  1. #1

    Thread Starter
    Junior Member 8086's Avatar
    Join Date
    Feb 2010
    Location
    tehran , IRAN
    Posts
    23

    connect to IE browser

    I want connect to IE bowser with VB6.
    with a textbox an a commandbutton.
    type a url in the textbox and a click on commandbutton then go to url .
    please help.!
    thanks

  2. #2
    Addicted Member
    Join Date
    Apr 2003
    Posts
    148

    Re: connect to IE browser

    Code:
    Call Shell("C:\Program Files\Internet Explorer\IEXPLORE.EXE " & "http://www.domain.com", vbNormalFocus)

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