Passing variables and/or values between forms
I have a variable named "user" in a form called FormLogin. I want the value stored inside "user" transferd to FormMain so i can use that variable value there aswell.
I either want to use the same variable or just transfer the value into another variable inside FormMain. Whatever is easiest to acomplish.
Thank you in advance for any replys.