5 pts.
 about vb 6.0
how can you use the inputs in form 1 to the other forms? like for an example, you made a student's grading system and you want to see the average and remarks of the grades that you have input in that form to the other what will be the code by then?

Software/Hardware used:
visual basic 6.0
ASKED: January 2, 2012  2:16 PM
UPDATED: February 28, 2012  12:48 PM

Answer Wiki:
Supposing your first form is named 'Form1' and it has a text box named 'Text1' which you want to access from other forms, you would write something like this in your other forms: <pre>SomeTextBox.Text = <b>Form1.</b>Text1.Text</pre>
Last Wiki Answer Submitted:  January 3, 2012  2:38 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _