Results 1 to 4 of 4
  1. #1

    Default VB 6 textbox will not accept letters but numbers


    mga bro, I have another prob napud sa programming in VB. ang textbox dili xa dapat mo accept og letters,, numbers rajud,,, mga genius sa mga programming help please... thanks and Godbless

  2. #2
    Unsa imo pasabot TS kanang after press enter or button diha pa mo-check if numeric ang value sa textbox? If mao na then you can use isNumeric() to check it. Pwde pud ka magcustomize ug imoha function na moCheck ug numbers.

  3. #3
    try ni nga code bro...

    Code:
    Private Sub Textbox1_KeyPress(KeyAscii As Integer)
      If KeyAscii >= vbKey0 And KeyAscii <= vbKey9 _
          Or KeyAscii = vbKeyReturn Or KeyAscii = vbKeyBack Then
          KeyAscii = KeyAscii
      Else
          KeyAscii = 0
      End If
    End Sub
    vbKeyReturn = Enter
    vbKeyBack = Backspace

    mayta maka tabang ni nimo bro...

  4. #4
    User this trapping either in clicks or keypress or keyup or keydown.

    If not IsNumeric(txtvalue.txt) then
    Msgbox "Invalid Entry"
    txtvalue.setfocus()
    End If



    FREE: Search/Post Jobs & Resume @ cebujobline.com

  5.    Advertisement

Similar Threads

 
  1. Selling Items here but will not reply!
    By inotnimu in forum General Discussions
    Replies: 74
    Last Post: 12-26-2012, 09:19 PM
  2. Looking For: People who will buy pawned reciept but not reamte
    By LinAliza in forum Everything Else...
    Replies: 16
    Last Post: 07-27-2012, 10:02 PM
  3. Replies: 14
    Last Post: 11-25-2009, 10:01 PM
  4. Have u ever felt u will not find d 1?
    By SweetCatEyes in forum "Love is..."
    Replies: 12
    Last Post: 03-30-2007, 12:36 AM
  5. why it will not turn on?
    By jonz in forum Computer Hardware
    Replies: 28
    Last Post: 08-16-2005, 06:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top