Can you help on whats the code for "new window" button in the browser:wave:
Printable View
Can you help on whats the code for "new window" button in the browser:wave:
you mean that?Code:webbrowser1.Navigate (site here)
i dont know yet but i'll try..but wat mean is that like in the enternet brwser if you want to have a new window you'll just have press the ctrl+N to have another window:)
Code:Dim frm As Form1
Set frm = New Form1
frm.WebBrowser1.GoHome
frm.Show
Put my code into a menu item with a CTRL+N shortcut ;)Quote:
Originally Posted by Jose_JR.
O your trying to have multiple tabs?