Today I started to write a very primitive web browser, and decided to use the WebBrowser
control in winforms. After using it to go to stackoverfloe.com, I see that it cannot run JavaScript. Also the layout is really weird. It seems like someone has blown up the page. The buttons (questions, tags, users etc) were all off their original positions!
I just want to know whether WebControl is just a simplified IE, because no other browsers would display webpages like they were blown up.