I would like to make sure the entered value in a text box on the windows form is as follows:
1)it must be seven characters long
2) it must comprise of the first character being a letter
3)and the following six characters being numerical digits.

Thanks