I would like to save some data from a TextBox
. This information is entered by a user.
In my Form_Load
event handler I set Button1.Enabled = False
and have user input right_serial_code
into TextBox1
. If the code is correct, Button1
is enabled.
If users puts the correct serial code, it should be persisted in the next session. So that next time the program starts, user does not need to re-enter.