Private Sub Text1_KeyPress(KeyAscii As Integer)
    If IsNumeric(Chr(KeyAscii)) = False Then
        Text1.SelStart = Len(Text1.Text)
        KeyAscii = 0
    End If
End Sub

 
Rick Rose
-------Original Message-------
 
From: hussaingull
Date: 12/02/04 23:01:14
To: [EMAIL PROTECTED]
Subject: [Visual Basic 6 programming] Plz help
 
 
Dear All,
 
i want to write only number figure(1234.....) in a text box control
so which property of textbox control use to enable only the numeric
number not alphabatical and other symbols.
 
waiting for reply
 
Regards,
Hussain Ali
 
 
 
 
 
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/k7folB/TM
--------------------------------------------------------------------~->
 
 
Yahoo! Groups Links
 
 
 
 
 
 
 
 
.

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To reply to this message, go to:
    
http://groups.yahoo.com/group/visualbasic6programming/post?act=reply&messageNum=18250
    Please do not reply to this message via email. More information here:
    http://help.yahoo.com/help/us/groups/messages/messages-23.html

<*> To visit your group on the web, go to:  
    http://groups.yahoo.com/group/visualbasic6programming/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to