Okay, so I have this program I'm working on, and I was wondering if it was possible to disable/enable TextBoxes when specific words are wrtten. I tried doing this, but it errored. I'm a new programmer to VB, I just started a month ago, and I'm doing this for fun.
If TextBox1.Text = "Shutdown" then TextBox2.Enabled = True
I also want it so that you don't have to press a button to identify if it is the right text, so it could "scan" automatically.
If this is possible, please tell me, or if it's not, then tell me that :)
Thanks,
VBrulez