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: Jan 2, 2012  2:16 PM GMT
UPDATED: February 28, 2012  12:48:30 PM GMT
60,245 pts.

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:

SomeTextBox.Text = Form1.Text1.Text
Last Wiki Answer Submitted:  Jan 3, 2012  2:38 PM (GMT)  by  Carlosdl   60,245 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

[...] 5. Carlosdl clarifies how to put inputs in form 1 to other forms using Visual Basic 6.0. [...]