How can I limit the keypress event for just handling the decimal numbers, to be precise how can I enter some amount with only 2 decimal places.
Here is the skeleton of what I am working on:
Private Sub KeyPressingNum(ByVal e As System.Windows.Forms.KeyPressEventArgs)
Dim KeyAscii As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.