How toparse data on Multiclass Projects (multiple windows forms)
i have multiple windows (6) application am developing and i want to parse data from one form to another without needing to go back and forth on each windows.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dave ChikaPosted Sep 1, 2010, 11:37 PM
all i want is how to read data from one form to another.(i.e I have 8 forms and I want to be able to pull data from one form to another.
)
Sam HobbsPosted Aug 29, 2010, 4:58 PM
Again, I don't understand what you mean by parse. If you mean you want to access the data from a form in another form, then that is very easy to do; just make the items public. Since it is so easy to do, I assume you are asking for help with something more complex and if so then I still don't understand.
Dave ChikaPosted Aug 29, 2010, 8:15 AM
okay this is an overview of what my program is all about,
i have designed a hardware device running on microcontroller 89S52 which measures temperatures on 6 - 8 rooms (A,B,C,D,E,F,G & H) using temperature sensors Lm35 ic. the data is connected to the Pc via serial port with windowform GUI with 8 textboxes displaying all the data or temperature values (this is done and working perfectly), but i want to be viewing each room on a different windowform with its textbox (there will 8 such forms with a textbox each).
so my question is how can i read (parse) those values on the main form to their individual forms.(8 forms)
Sam HobbsPosted Aug 29, 2010, 12:25 AM
Dave ChikaPosted Aug 28, 2010, 6:02 PM
Okay that done, i have multiple forms program that has eight tetboxes displaying data from a device attached to PC serial port which i have done and its displaying very well but i want to parse some of those data displaying on textboxes to other forms.
Mahesh ChandPosted Aug 27, 2010, 2:00 PM
What is up with your signature? Can you clean that up?