James,
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).
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"James Lennon" <(E-Mail Removed)> wrote in message
news:47C3262E-7DA5-4C7A-B0FC-(E-Mail Removed)...
> Is there are windows form that can be bound to an XML document to display
> XML
> in a user friendly manner.