|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Display XMLIs there are windows form that can be bound to an XML document to display XML
in a user friendly manner. Sorry, I meant to say:
Is there a windows forms control that can be bound to an XML document to display XML in a user friendly manner. Show quote "James Lennon" wrote: > Is there are windows form that can be bound to an XML document to display XML > in a user friendly manner. 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. --Peter "Inside every large program, there is a small program trying to get out." http://www.eggheadcafe.com http://petesbloggerama.blogspot.com http://www.blogmetafinder.com Show quote "James Lennon" wrote: > Is there are windows form that can be bound to an XML document to display XML > in a user friendly manner. 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). -- Show quote- Nicholas Paldino [.NET/C# MVP] - mvp@spam.guard.caspershouse.com "James Lennon" <JamesLen***@discussions.microsoft.com> wrote in message news:47C3262E-7DA5-4C7A-B0FC-8FF5F039AA45@microsoft.com... > Is there are windows form that can be bound to an XML document to display > XML > in a user friendly manner. On Nov 28, 11:18 am, James Lennon
<JamesLen***@discussions.microsoft.com> wrote: > Is there are windows form that can be bound to an XML document to display XML Windows forms? No specifically no - but, using WPF it is quite> in a user friendly manner. possible to bind a control(s) to an xml document's contents. -- Tom Shelton |
|||||||||||||||||||||||