View Single Post
  #1  
Old 03-14-2011, 09:44 PM
VB.NET VB.NET is offline
Senior Member
 
Join Date: Jun 2009
Posts: 5,161
Default NumberBox - TextBox that takes only number input

This snippet is to create a user control that will only take numbers. Numbers will accept decimal values, for which the NumberBox is validated to take only one. The implementation for the control is the same as it is for the TextBox, since it is inherited from this class and uses all of its...
__________________
VB.NET
domain name forum
Reply With Quote