Results 1 to 3 of 3

Thread: web browser multiple instance

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    2

    web browser multiple instance

    Hello! i am new to vb programming and have started coding my own browser.I would like to know the coding for opening of multiple instances of the browser( as in IE "ctrl-N").thanks:-)

  2. #2
    Frenzied Member
    Join Date
    Mar 2001
    Location
    You are HERE •™
    Posts
    1,300
    Here's a couple of links to help you out:


    HOWTO: Use the WebBrowser Control NewWindow2 Event
    http://support.microsoft.com/support.../Q184/8/76.ASP

    Reusing Browser Technology
    http://msdn.microsoft.com/workshop/b...RefList_VB.asp

    Good link on using the WebBrowser Control
    http://www.vbcity.com/page.asp?f=boo...bweb&p=chapter

    The first link explains how to open multiple instances of your WebBrowser with the NewWindow2 Event.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    2
    Thanks Bloodeye!
    I tried- shell "nameofbrowser.exe",1- and it worked except it always opens maximized.I will try your suggested links.

    bongski

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