[HELP] Symbols

Posts 110 of 10 · Page 1 of 1
[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 " ...
Could you please clarify?
i want to use these keys as hotkeys

To do what?
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.
use oem

Code:
    If GetAsyncKeyState(Keys.Oemcomma) Then
ahh finaly thanks alot
Yeah np, but you can't use [] and others.
you know how i can use [] and others??
You can't...
Posts 110 of 10 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?