All you have to do to get help is to post on here.  Most of the time there
is somebody that knows the answer. 
 
Rick Rose
-------Original Message-------
 
From: hussain ali
Date: 12/03/04 01:19:06
To: [EMAIL PROTECTED]
Subject: Re: [Visual Basic 6 programming] Plz help
 
 
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 --------------------~-->
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
 
 
 
 
 
 
 
 

[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=18264
    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