Results 1 to 6 of 6

Thread: Visual Basic 6

  1. #1

    Default Visual Basic 6


    Patabang ko mga bro,,, naahat ko register arun naalang jud ko ka ask about vb 6,,, ang txtQuantity.text dili xa pwd ma enteran og letter like A a b number rajud xa,, saon pag buhat ang code ana,,, thanks daghan salamat,, mag w8 ku sa reply han2d gab-e

  2. #2
    C.I.A.
    Join Date
    Apr 2009
    Gender
    Female
    Posts
    8,812
    Blog Entries
    39
    ascii 48-57. di lang ko kibaw sa syntax. hehehe

    naa daghan ngare kamao

  3. #3
    Private Sub Textbox1_KeyPress(index As Integer, KeyAscii As Integer)

    Select Case KeyAscii
    Case vbKey0 To vbKey9
    Case vbKeyBack, vbKeyClear, vbKeyDelete
    Case vbKeyLeft, vbKeyRight, vbKeyUp, vbKeyDown, vbKeyTab
    Case Else
    KeyAscii = 0
    Beep
    End Select
    End Sub


    Private Sub Command1_Click()
    If Not IsNumeric(Text1.Text) Then
    MsgBox "Please enter numbers only.", vbInformation
    'you may also consider erasing it
    Text1.Text = ""
    End If
    End Sub

  4. #4
    try to use the stored procedure IsNumeric()....

  5. #5
    Salamat au Undertaker sa imo pag tabang,, ur the best bro,, daghan jud au salamat,, layu jud ka ma abtan sa imu Career,,,

  6. #6
    salamat sa pag tabang Undertaker,, ur the best bro.,, layu jud ka ma abtan sa imu Career,, salamat jud au,,,

  7.    Advertisement

Similar Threads

 
  1. Need Visual Basic Programmer
    By artdoblas in forum Programming
    Replies: 8
    Last Post: 11-28-2007, 03:16 AM
  2. Visual Basic w/ Firebird
    By daryl in forum Software & Games (Old)
    Replies: 2
    Last Post: 05-20-2006, 11:26 AM
  3. how to use ADODC in Visual Basic
    By arbie_mon in forum Software & Games (Old)
    Replies: 0
    Last Post: 05-05-2006, 02:59 PM
  4. Replies: 12
    Last Post: 04-14-2006, 02:38 PM
  5. visual basic.net installer
    By zEmI in forum Software & Games (Old)
    Replies: 3
    Last Post: 09-14-2005, 07:24 AM

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