Results 1 to 6 of 6

Thread: Browser help needed!!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    143

    Browser help needed!!!

    When we create a browser with vb, any javascript pop-ups or user's right click and select "open in new window" launches ie immediately. How do we lanuch the browser we made to do that job instead of lettingIE to take over?
    Unignal Software Team Developer
    -------------------------------------------
    Current Project:
    Noter Light
    -------------------------------------------
    http://www.unignal.sg.tf

  2. #2
    PowerPoster
    Join Date
    Aug 2000
    Location
    India
    Posts
    2,288
    In your NewWindow2 Event of the web browser, shell another instance of your application with the URL as command line parameter and cancel the navigation for the current instance of your app. Check for the command line parameter in your Form_Load event to navigate to required address.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    143

    K.. did it. But what about Ctrl - N?

    I did that but pressing Ctrl - N still brings up IE
    Attached Files Attached Files
    Unignal Software Team Developer
    -------------------------------------------
    Current Project:
    Noter Light
    -------------------------------------------
    http://www.unignal.sg.tf

  4. #4
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    You can associate HTTP:// with your program.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    143

    But how?

    I'm new to this forum. How come many pple post suggestion without example scripts?
    Unignal Software Team Developer
    -------------------------------------------
    Current Project:
    Noter Light
    -------------------------------------------
    http://www.unignal.sg.tf

  6. #6
    Addicted Member Mars-Martian's Avatar
    Join Date
    May 2002
    Location
    Canada
    Posts
    185
    a lot!
    and welcome to vbforums.com
    First person to be able to get what song is currently playing in Winamp 3.

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