is there a way using properties to only allow characters to be entered into a vb.net textbox control, or can this only be done with code checking?
tia, dk
Tue, 26 Apr 2005 22:55:18 GMT
Daniele Pina #2 / 2
vb.net textbox - no ', only characters
only with code checking in textbox_keypress
Quote:
> is there a way using properties to only allow characters to be entered into > a > vb.net textbox control, or can this only be done with code checking?