renegade Posted April 21, 2003 Posted April 21, 2003 Where is there info on passing data in between forms and relationships between forms? Sharing? Quote
aewarnick Posted April 27, 2003 Posted April 27, 2003 I am sure you can find plenty of info on the net but I will get you started with some ideas. static variables are known and can be accessed by all forms of a program, if they are public that is. But just public variables need the form name first with a dot and then the variable you want to access. Ex: Form1.myVariable= "Hi" Quote C#
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.