the problem solved.
 
Thanks

 
if i face trouble in programing next time, then can i take help from you?
 
Waiting for your response.
 
Regrads,
Hussain Ali
 


Rick Rose <[EMAIL PROTECTED]> wrote:
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 Links








.

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


Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   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 the Yahoo! Terms of Service. 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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



------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/k7folB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To reply to this message, go to:
    
http://groups.yahoo.com/group/visualbasic6programming/post?act=reply&messageNum=18251
    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