How can I do this? menu

Shout-Out

User Tag List

Results 1 to 4 of 4
  1. #1
    Fireking300's Avatar Active Member
    Reputation
    27
    Join Date
    Jun 2007
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How can I do this?

    How would I limit to what characters can be entered into a textbox? I want to limit it to only "0123456789" and a Period.

    How can I do this?
  2. #2
    maclone's Avatar / Authenticator enabled
    Reputation
    2420
    Join Date
    Nov 2007
    Posts
    8,726
    Thanks G/R
    0/1029
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Code:
    Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
            Select Case Asc(e.KeyChar)
                Case 48 To 57, 8, 32
                Case Else
                    e.Handled = True
            End Select
        End Sub
    You need to add the case for the period.
    Zomfg. And no, don't ask. - Dombo did it.

  3. #3
    Fireking300's Avatar Active Member
    Reputation
    27
    Join Date
    Jun 2007
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i love you +Rep x2

  4. #4
    Dr. Horrible's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2008
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: Sorry, nevermind, beat me to it
    Last edited by Dr. Horrible; 02-24-2009 at 10:17 PM. Reason: Beat me to it

    I'm a doctor, I've got a PHD in horribleness!

Similar Threads

  1. [Trinity] Trinity error, how can I fix this?
    By Turtleking in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 12-21-2013, 11:55 PM
  2. How can i revert this Lua script ?
    By Wheeze201 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 08-11-2009, 03:04 PM
  3. How can i get my screen like this
    By Mike3667 in forum World of Warcraft General
    Replies: 4
    Last Post: 09-09-2006, 07:31 PM
All times are GMT -5. The time now is 11:39 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search