Interview Question in Visual Studio 2005


 

Interview Question :: Web browser with cSharp

I've been trying to develope a sort of web browsar with c#, visual studio 2005.
And my default browser is IE.
Now the problem is when I go to a webpage with a link that is supposed to open in a new window, when I click on it it opens IE and goes to that address.
is there anyway I can fix this?
Basically it's supposed to open a new windows of the same application and goes to the link.
is there anyway I can control the links inside the document of the web browser component of Visual Studio so I can send the address to the new window and do the job?
by ksk