CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Posts
    5

    WebBrowser Control

    how can I open a new window in webbrowser control?

    Private sub webbrpwser_newwindow2()
    '''''''''''''''''''''''
    ''''''' code ''''''''''
    '''''''''''''''''''''''
    End sub

    code = HELP
    what do I have to include in the sub?
    Thank you


  2. #2
    Join Date
    Dec 1999
    Posts
    1

    Re: WebBrowser Control

    try using an instance of the IE Class rather than the webbrowser control entirely. u can tap all the functonality of IE using this class which includes opening a new browser window.use the object browser to find out more about its methods etc.


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

Featured