Keeping new windows withing the Web Browser Control and Not Opening in New Window 
Author Message
 Keeping new windows withing the Web Browser Control and Not Opening in New Window

Is there any way to keep the new windows within the web browser
control and not have a new IE window open up, when you are in an FTP
directory and click on another folder to access its contents?  Thank
you.


Mon, 09 Feb 2004 11:51:04 GMT  
 Keeping new windows withing the Web Browser Control and Not Opening in New Window
Add this code to your webbrowser controls NewWindow2 event:

Set ppDisp = WebBrowser1

Change WebBrowser1 to the name of your webbrowser control. I haven't tested
with FTP though, it should not be any different I suppose.

--
Stephan van Erp
http://vbpoint.cjb.net/


Quote:
> Is there any way to keep the new windows within the web browser
> control and not have a new IE window open up, when you are in an FTP
> directory and click on another folder to access its contents?  Thank
> you.



Mon, 09 Feb 2004 17:00:13 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Web Browser: Opening link in new Web Browser window

2. Open New Window on Modified Web Browser

3. !!!!!!!New Window in Web Browser Control!!!!!!

4. Opening a new Browser WIndow from ActiveX Control

5. WebBrowser Control: Ctrl-N opens new browser window.

6. Opening new document without a new window opening

7. WebBrowser Control does not transfer session to new open window

8. How to open a new window while keeping the same session in IE 4.0

9. New Window on Web Browser

10. Opening a new browser window with VB.NET

11. Open new browser window??? HELP

12. Opening New Browser Window via ActiveX Button

 

 
Powered by phpBB® Forum Software