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
Printable View
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
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.