When you say "is there are windows form" I assume you mean "is there a
windows forms control".
You can put a webbrowser control onto a windows form, and load the
xmldocument into it for a nice display.
Not one that was meant to display XML. However, you can embed a
WebBrowser control in your form and call the Navigate method, pointing to
your XML file (if you have one) or by changing the properties on the
HtmlDocument exposed by the control (DocumentString, DocumentStream, I
believe).
The webbrowser control will then render the XML the way IE would (since
the WebBrowser control is basically IE).
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.