Home > Visual Basic Programming > transporting variables to another form

transporting variables to another form



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



Thanx!

    
Guest


The easiest way would be to make them public on your form.

Then access them via that form object.

i.e.

someVariable = frmSomeForm.SomeVariable

Was this answer helpful ? Yes No   
Guest


Hence the term "global variable"

Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2010 by Infoqu. All rights reserved