Results 1 to 5 of 5
  1. #1
    noobi4life's Avatar
    Join Date
    Oct 2007
    Posts
    63
    Reputation
    10
    Thanks
    35

    [Help] random letter

    How can I create a random letter , so if command1 click text1 is a random letter?

  2. #2
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91
    use google and search for random function in Visual Basic

  3. #3
    noobi4life's Avatar
    Join Date
    Oct 2007
    Posts
    63
    Reputation
    10
    Thanks
    35
    good Idea Xd thanks

  4. #4
    SATANICAT's Avatar
    Join Date
    Jun 2006
    Gender
    male
    Location
    In a pineapple under the sea. JAJA.
    Posts
    1,364
    Reputation
    18
    Thanks
    209
    My Mood
    Aggressive
    if its anything like java where you can do Math.Random() and do it times 26 then with cases do

    case 1 :
    letter = a


    case 2 :
    letter = b


    etc.

    [IMG]https://i12.photobucke*****m/albums/a219/cowfurmoo/SATNICAT.jpg[/IMG]
    www.SATANICA*****m
    Can't you tell I made it in paint?
    [IMG]https://i12.photobucke*****m/albums/a219/cowfurmoo/631184778462.png[/IMG]
    ^If you want to join the SATANICAT union add this to your signature. ^


    Take the Magic: The Gathering 'What Color Are You?' Quiz.
    Support me https://www.SATANICA*****m

  5. #5
    olie122333's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Posts
    438
    Reputation
    10
    Thanks
    20
    Quote Originally Posted by SATANICAT View Post
    if its anything like java where you can do Math.Random() and do it times 26 then with cases do

    case 1 :
    letter = a


    case 2 :
    letter = b


    etc.
    sure that is Java? JavaScript looks a bit like that. (Same math.random() function

Similar Threads

  1. [Help]Random Letters
    By tremaster in forum Visual Basic Programming
    Replies: 4
    Last Post: 06-20-2010, 07:09 PM
  2. random letters!
    By serpentine in forum Spammers Corner
    Replies: 2
    Last Post: 06-13-2010, 03:10 AM
  3. [HELP] Randomizing
    By tempta43 in forum Visual Basic Programming
    Replies: 11
    Last Post: 05-18-2010, 07:29 PM
  4. [Help]Random Color Background[Solved]
    By zmansquared in forum Visual Basic Programming
    Replies: 19
    Last Post: 03-18-2010, 03:47 AM
  5. [Help]random selections ComboBox
    By ppl2pass in forum Visual Basic Programming
    Replies: 4
    Last Post: 03-17-2010, 03:02 PM