F
FUnky
Hi All,
I use the AxWebBrowser control to display HTML pages in my application (.Net
1.1).
Now the problem is, if my HTML page contains a web link and i click on that
link, the corresponding webpage opens up in the same control.
I require it to open a new instance of IE and open up there, leaving my
webbrowser control with my HTML page as such.
Is there a way to do this ?
PS : Similarly, if the link was to a file on my local hard disk, I need the
appropriate application to open up (something like Process.Start) in a new
window.
Thanks in advance.
FUnky
I use the AxWebBrowser control to display HTML pages in my application (.Net
1.1).
Now the problem is, if my HTML page contains a web link and i click on that
link, the corresponding webpage opens up in the same control.
I require it to open a new instance of IE and open up there, leaving my
webbrowser control with my HTML page as such.
Is there a way to do this ?
PS : Similarly, if the link was to a file on my local hard disk, I need the
appropriate application to open up (something like Process.Start) in a new
window.
Thanks in advance.
FUnky