Webbrowser control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a form with a WebBrowser on it. when i load a webpage in it wich
normally creates a new window for the clicked link i want this to show in a
window i create.
I can't find a way of how to get this done.
Does anybody have a sample or a link to a sample in C#

Greetings Andre Mens
(e-mail address removed)
 
Andre Mens said:
I have a form with a WebBrowser on it. when i load a webpage in it wich
normally creates a new window for the clicked link i want this to show in
a
window i create.
I can't find a way of how to get this done.
Does anybody have a sample or a link to a sample in C#

Handle the webbrowser control's 'NewWindow' event. More information on how
to do that can be found in the article below:

How To Cause Navigation to Occur in Same WebBrowser Window
<URL:http://support.microsoft.com/?scid=kb;EN-US;185538>
 
Back
Top