Is there a way to have a windows form app hosted in IE use the 'look-and-feel' of the current OS/browser, similar to how everything looks when the app is run in the debugger? For instance I'm debugging in VS2008 and it looks great, but when I view the app in IE7 or IE8 on Vista or Win7 all the controls look like Netscape navigator circa 1996. Buttons, labels, scrollbars, datagrids etc, is there a general setting to change this?
I'm currently compiling for .Net 2.0.
Thanks.