I'm a newbie in programming and can you help me about C#?
The thing is I want to get the value from another FORM and pass it to another FORM. IT'S LIKE A LOGIN-SIGNUP PROJECT WITHOUT using database/MYSQL
I have Form1.Form2,Form3.
When I click the button from FORM1 "Create Account" it will hide and Form2 will appear after you create an account there's a button "Create" and it will Hide and Form1 will appear and there's a button "View Account Details" and Click it and Form1 will Hide and Form3 will appear witch contain all the Details of your Account witch you create in Form2 AND it will all change if you CREATE A NEW ACCOUNT in FORM2.