Forum Discussion

sverweij's avatar
sverweij
New Contributor
14 years ago

TestComplete and Windows Forms MaskedTextBox

- Create Windows Forms project, add a MaskedTextBox to the form, give it a date mask e.g. "09/09/0000". - Add a button, add this to the Click event handler MsgBox(MaskedTextBox1.Text) - R...