Click to See Complete Forum and Search --> : WebBrowser Control


Lorddard
December 13th, 1999, 07:10 AM
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

typhoon
December 14th, 1999, 05:37 AM
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.