.Net Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - More.Net Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 26th, 2003, 12:52 PM
ylstom ylstom is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 2 ylstom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Dynamically output data from XML to Winform textboxes

Hi,

I have an application that generates data in realtime into a very large XML file. Now, i have a WinForm that is supposed to view the data generated in realtime. How do i code, in C#, to enable the textboxes in WinForm to constantly grab the latest figures that is generated in the XML file?
The structure of the xml file is like this...

<?xml version="1.0"?>
<Output>
<DataSet>
<voltage></voltage>
<current></current>
<power></power>
</DataSet>
....
</Output>

In this case, I have 3 textboxes in my Winform that are required to extract and display the numbers from the XML file(while the XML file is still generating data).

Please gimme a hand at this. I'll be eternally grateful for your help!

Thanks!
Comments on this post
Gran Roguismo agrees!

Reply With Quote
  #2  
Old September 27th, 2003, 12:58 AM
Nem Nem is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 109 Nem User rank is Private First Class (20 - 50 Reputation Level)Nem User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 10
I’m not too sure what you want to do, but you might want to look into using a SQL driver with your XML database for fast discrete reads and writes. This would allow you to read and write to the file at the same time a (amongst other things). I’m sure .NET has everything you would need built in.
Comments on this post
Gran Roguismo agrees!

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - More.Net Development > Dynamically output data from XML to Winform textboxes

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap