Text box is required  
Author Message
Kaos





PostPosted: Visual Basic Express Edition, Text box is required Top

I have a text box that it’s requiered to be full with numbers, how can I control that if I dont want to ocurr an event before the validation passing.

Thanks for all the help.



Visual Studio Express Editions12  
 
 
Ken Tucker





PostPosted: Visual Basic Express Edition, Text box is required Top

Use a masked text box instead.


 
 
Kaos





PostPosted: Visual Basic Express Edition, Text box is required Top

In windows forms its possible to do something like the requeried validation field in visual web developer
 
 
Ken Tucker





PostPosted: Visual Basic Express Edition, Text box is required Top

Check out Billy Hollis's Windows forms validator controls