I've added a text box to my splashscreen called txtStatusInfo. I would like to use it to tell the user what I'm doing (checking for valid license, database updates, backups, etc). I also don't want the user to be able to put anything into the text box so I set the Enabled = No and Locked = No...