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?
Web browser with c#?
If your using the Web Browser component... then you are just using Internet Explorer anyways. You're not coding a web browser at all, you're just putting their IE (version and settings) on a form.
I know it's not exactly what you're looking for, but try coding a browser from scratch. HTTP is really not that difficult, it's actually kindof interesting how it works. Making your own browser would be much more rewarding.
Official HTTP 1.1 Protocol Standards Memo:
http://www.w3.org/Protocols/rfc2616/rfc2...
easter cards
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment