Hi all, I seem to have found a little flaw in .Net WebBrowser and myself i cant seem to work around it. Basically, If you use the WebBrowser from the toolbox (C#/VB.Net/C++.Net), code what you want etc etc. Then if you goto a page that normally when you click a link, it will open a new browser window, the .Net WebBrowser seems to start IE. Now i know this is based on what ever version of web browser you have, but thats not my point. My current point is that the event handler of WebBrowser called "NewWindow" doesnt contain the URL of the new window being loaded. Now being the .Net there is always 2 ways to do something, so i added a new reference("Microsoft Web Browser"/"Schdocvw.dll"). Once i done that i fixed my problem easy, i dont know what to call this realy is it a bug or is there another way? gimme your thoughts guys :D
ps: Im new Hi :wave:
