Thread: Hotkeys

Results 1 to 9 of 9
  1. #1
    012g's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    23
    Reputation
    11
    Thanks
    1

    Hotkeys

    Hi evry one sooner i post my auto cliker now i want to had him
    hot keys i didnt get it to work

    here is the code that i used that didnt work
    Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
    If e.KeyCode = Keys.Insert Then
    End
    End If
    End Sub
    nothing happen help

  2. #2
    ChristopherBigWallace's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    CDCD
    Posts
    215
    Reputation
    11
    Thanks
    11
    My Mood
    Psychedelic
    haha u smell

  3. #3
    Iamazn's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    85

  4. #4
    Jimmy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Jersey
    Posts
    4,572
    Reputation
    70
    Thanks
    647
    ahahah u smell WTF!!

  5. #5
    whitten's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    1,459
    Reputation
    21
    Thanks
    491
    is Private even used in vb anymore, i thought it was Public.

    idk...lol

  6. #6
    Katie_Perry's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    3,082
    Reputation
    31
    Thanks
    175
    My Mood
    Sneaky
    Why you have two "Ends"?

  7. #7
    Iamazn's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    85
    Quote Originally Posted by Yuerno View Post
    Why you have two "Ends"?

    Code:
    If e.KeyCode = Keys.Insert Then
    End
    If the user pressed the "Insert" Key, it will close the program

    Code:
    End If
    This is "Ending the If", so that only the code between "If" and "End If" will be used

  8. #8
    Jimmy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Jersey
    Posts
    4,572
    Reputation
    70
    Thanks
    647
    thanks for this

  9. #9
    Katie_Perry's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    3,082
    Reputation
    31
    Thanks
    175
    My Mood
    Sneaky
    Quote Originally Posted by jimmydang09 View Post
    thanks for this
    How come you jsut say "thanks for this" for other threads but dfont press the thanks button.

Similar Threads

  1. vb hotkeys
    By cjg333 in forum General Game Hacking
    Replies: 7
    Last Post: 07-23-2008, 01:08 PM
  2. Hotkeys in C++
    By Dave84311 in forum C++/C Programming
    Replies: 7
    Last Post: 09-07-2007, 07:13 AM
  3. My hack release hotkey v1
    By purenoob134 in forum WarRock - International Hacks
    Replies: 23
    Last Post: 07-13-2007, 07:56 PM
  4. Hotkeys for a VB trainer
    By scooby107 in forum Visual Basic Programming
    Replies: 10
    Last Post: 07-03-2007, 12:43 PM
  5. [Tutorial] How To Mack HotKeys On VB
    By TheRedEye in forum WarRock - International Hacks
    Replies: 32
    Last Post: 06-23-2007, 10:24 PM

Tags for this Thread