Helpful Information
 
 
Category: Visual Basic Programming
transporting variables to another form

How can I transport a variable from one form to another?

Thanx!

The easiest way would be to make them public on your form.
Then access them via that form object.
i.e.
someVariable = frmSomeForm.SomeVariable

Hence the term "global variable" ;)










privacy (GDPR)