Click here to Skip to main content
16,016,712 members

Comments by vebi1000 (Top 30 by date)

vebi1000 28-Feb-19 8:19am View    
@Rob Philpott When the data received i need to set which system is connected, for setting that i have radio buttons for two systems A and B. Depends on the data i have to set one of them. those radio buttons are in main from. I have another class serial communication. How to call those radio button chechkChanged evnts from SerialPort calss??
vebi1000 9-Dec-15 13:44pm View    
Hi rushi,
I am closing the file as well. but still same error.
Thanks.
vebi1000 9-Dec-15 13:43pm View    
var Samples = (from s in xmlDocument.Descendants("Transfers")
select new Sample

I am getting error here in reading sample data.
vebi1000 16-Nov-15 10:54am View    
Hi Wessel,
Thanks for you reply,

I need to update table every 5 secs, i have to present data at this interval.
working with multple pages seems nice idea for me. Can you provide some example on how to create multiple pages each time when i hit 1000 records?
Regards,
vebi.
vebi1000 16-Nov-15 5:40am View    
Yes exactly if i change it to 15 sec then it crash after 10 hours. If i extend it to 1 mint then it will work for almost two days. Do you mean i need another thread to update drawing?