Thread: [HELP] Symbols

Results 1 to 10 of 10
  1. #1
    2vivi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    C:\Documents and Settings\All Users\Desktop\YourMomsPornVids
    Posts
    174
    Reputation
    10
    Thanks
    28
    My Mood
    Psychedelic

    [HELP] Symbols

    im working on a project and i need to make hotkeys using symbols.

    i know how to do it with letters..
    Code:
    GetAsyncKeyState(Keys.A) Then
    TextBox1.Text = TextBox1.Text + "a"
    
    OR
    
    GetAsyncKeyState(Keys.Space) Then
    TextBox1.Text = TextBox1.Text + " [SPACE]"
    how can i change Keys.A/Keys.Space to use symbol as a hotkey.. like a . or , or " ...

  2. #2
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Could you please clarify?

  3. #3
    2vivi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    C:\Documents and Settings\All Users\Desktop\YourMomsPornVids
    Posts
    174
    Reputation
    10
    Thanks
    28
    My Mood
    Psychedelic
    i want to use these keys as hotkeys


  4. #4
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    To do what?

  5. #5
    2vivi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    C:\Documents and Settings\All Users\Desktop\YourMomsPornVids
    Posts
    174
    Reputation
    10
    Thanks
    28
    My Mood
    Psychedelic
    omg i just want to use those keys as hotkeys...

    i want to know what would i write after " Keys. " to use those symbol keys.

  6. #6
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    use oem

    Code:
        If GetAsyncKeyState(Keys.Oemcomma) Then

  7. The Following User Says Thank You to Lolland For This Useful Post:

    2vivi (12-05-2009)

  8. #7
    2vivi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    C:\Documents and Settings\All Users\Desktop\YourMomsPornVids
    Posts
    174
    Reputation
    10
    Thanks
    28
    My Mood
    Psychedelic
    ahh finaly thanks alot

  9. #8
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Yeah np, but you can't use [] and others.

  10. #9
    2vivi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    C:\Documents and Settings\All Users\Desktop\YourMomsPornVids
    Posts
    174
    Reputation
    10
    Thanks
    28
    My Mood
    Psychedelic
    you know how i can use [] and others??

  11. #10
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    You can't...

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  4. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM
  5. [Help] SYMBOL/LIB REFERENCES
    By freedompeace in forum C++/C Programming
    Replies: 5
    Last Post: 08-20-2010, 08:51 PM