need help in C# for form handling
sorry to trouble
Let say there is a parent form and a child form
the parent form will do some data acquistion
the child form will do some display based on the data collected
can i ask how do we continously pass values from the parent form to this child form
to display data that is processed by the parent form in the background after the child form is created?
thanks for any help that is avaliable