K
Ken Allen
I want to place an edit control (TextBox) on a form and restrict it to
numeric vlaues. The documentation indicates that [myTextBox.Numeric = true]
should do thios, but the C# compiler complains that "Numeric" is not a
member or property of TextBox!
-Ken
numeric vlaues. The documentation indicates that [myTextBox.Numeric = true]
should do thios, but the C# compiler complains that "Numeric" is not a
member or property of TextBox!
-Ken