Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

VB.NET Text Box validation issue


  • Please log in to reply

#1
SSP_TY

SSP_TY

    Member

  • Member
  • PipPip
  • 24 posts
Alright here's the deal, I have numerous text boxes on a form and I want to be able for the user only to be able to enter integers or decimal numbers within the text boxes. Right now this is the current code I have in order for them to only be able to enter integers but I want to be able integers and decimals if needed, how can I adapt this code in order for this to happen?

Private Sub txtL5_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtL5.KeyPress

If Char.IsDigit(e.KeyChar) = False And Char.IsControl(e.KeyChar) = False Then
e.Handled = True
End If

End Sub
  • 0

Advertisements







Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP