PC Review


Reply
 
 
James Lennon
Guest
Posts: n/a
 
      28th Nov 2007
Is there are windows form that can be bound to an XML document to display XML
in a user friendly manner.
 
Reply With Quote
 
 
 
 
James Lennon
Guest
Posts: n/a
 
      28th Nov 2007
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.

"James Lennon" wrote:

> Is there are windows form that can be bound to an XML document to display XML
> in a user friendly manner.

 
Reply With Quote
 
Peter Bromberg [C# MVP]
Guest
Posts: n/a
 
      28th Nov 2007
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



"James Lennon" wrote:

> Is there are windows form that can be bound to an XML document to display XML
> in a user friendly manner.

 
Reply With Quote
 
Nicholas Paldino [.NET/C# MVP]
Guest
Posts: n/a
 
      28th Nov 2007
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.



 
Reply With Quote
 
Tom Shelton
Guest
Posts: n/a
 
      29th Nov 2007
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
> in a user friendly manner.


Windows forms? No specifically no - but, using WPF it is quite
possible to bind a control(s) to an xml document's contents.

--
Tom Shelton
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hidden application dual display > single display problem Troy Windows XP Work Remotely 2 21st Jun 2008 07:34 PM
Vista Business wont retain my display settings (on multiple display setup) Jim Lally Windows Vista General Discussion 0 27th Jun 2007 04:11 PM
Switching Projector Display and LCD Display to Single Display onLaptop W. Watson Windows XP General 2 15th Oct 2006 04:54 PM
Can the display mirror driver call into the original display card's DrvEnablePDEV? lucy Windows XP Drivers 2 26th Aug 2004 07:11 PM
Problem: Blank display after fiddling with primary/secondary display settings Rasmus Paetau ATI Video Cards 2 17th Jun 2004 01:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:17 AM.