I need some help can anyone tell me how to get the URL from the WebBrowser(Microsoft Internet Controls) Component when you right click "Open in New Window" any help will
be nice
[Edited by N17R0 on 07-10-2002 at 05:37 PM GMT]
07-10-2002 at 05:36 PM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 891
Re: Microsoft Internet Controls
Hi,
I believe that you should get notification in the BeforeNavigate event of the WebBrowser control.
If you will to stop the user using the context menu, i would recommend the excellent Ed & Mos site (url for subclassing ms web-browser. (webcustomiser)
I will try and upload this great sample app.
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
08-10-2002 at 08:40 PM
|
vbgen Level: Moderator Registered: 10-10-2002 Posts: 876
Re: Re: Microsoft Internet Controls
quote:stickleprojects wrote:
Hi,
I believe that you should get notification in the BeforeNavigate event of the WebBrowser control.
If you will to stop the user using the context menu, i would recommend the excellent Ed & Mos site (url for subclassing ms web-browser. (webcustomiser)
I will try and upload this great sample app.
Kieron
hey! i know that this is a long-time-ago-post, but i'm quite interested.
kieron, could you post the site you were referring to in this post?
thanks.
____________________________
Been busy trying to take a second degree <--it's not working out...
05-01-2003 at 04:01 PM
|
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 891