esteva
Mechanical
- Jun 28, 2001
- 20
I have been making some basic programs in Visual Basic. One of the problems I have and I havent solved is when I create a variable (example variable "a" in my first form (form1), then when I create another form. If I want to use the value calculated in form1 for the "a" variable in my new form2 to calculate another variable "b". How can I pass one varible from one form to another?