Browser object within a windows form ... how?
I'm a Web Developer working on a windows forms project. I have a listbox that displays a list of items. When one is chosen, I'd need to read in an xml file and display the contents of the xml in a specific format (different fonts/sizes/colors, etc). I figured I could use xslt to transform the xml into html and display the formatted data (html) in a browser object within the form.... but I don't see any browser object to add to my form. Surely this can be done, right
Can someone explain how I can get a browser object into a windows form
Thanks!

Browser object within a windows form ... how?
Philippe Thibault
http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsAxHosting.aspx
SADave
Shahid Shaikh