Go Back   Gaming Gutter > Non-Gaming > Programming > Source Code


Source Code - Have a source code/project files you want to post? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Almost all types of...
Yesterday 12:09 AM
Last post by ninopino1
Today 05:00 AM
7 Replies, 57 Views
Go to first new post Left 4 Dead?
Today 04:59 AM
by Seelyon
Last post by Seelyon
Today 04:59 AM
0 Replies, 1 Views
Go to first new post MotM Nomination Thread #1
11-20-2008 08:08 PM
by nomhak
Last post by Kyo
Today 04:59 AM
14 Replies, 117 Views
Go to first new post mOBSCENE's score sender...
Today 01:11 AM
Last post by Toffie
Today 04:42 AM
7 Replies, 30 Views
Go to first new post I *think* I just got...
Today 02:03 AM
Last post by Hodizzle
Today 03:07 AM
6 Replies, 33 Views
Reply
 
LinkBack Thread Tools Display Modes

 NumbersOnly Function
Old 12-17-2007, 11:13 PM   #1 (permalink)
Full Member

PhearAlmighty is offline
 
Join Date: Nov 2007
Posts: 21
GPoints: 74
iTrader: 0 / 0%
PhearAlmighty Is gaining popularity
Rep Power: 0
NumbersOnly Function

Code:
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii <> 8 Then
    If KeyAscii <> 9 Then
        If KeyAscii < 48 Then KeyAscii = 0
            If KeyAscii > 57 Then KeyAscii = 0
                Else: Exit Sub
End If: End If
End Sub
Allows the following:
Numbers 0-9, backspace key, tab key.

I know this is really simple but I thought...
Hey why can't I post this?
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 05:00 AM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.17988396 seconds (100.00% PHP - 0% MySQL) with 19 queries