Results 1 to 6 of 6

Hybrid View

  1. #1
    Noobkake's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    511
    Reputation
    23
    Thanks
    107
    My Mood
    Relaxed

    Microsoft Visual Studio (Need assistance lol)

    Ok, i need help. I just started to do this around an hour a go. Ive been watching video tut's to try and find how, i havent had any luck.

    This is what im trying to do:
    When i press the button, it makes it so when i hit the k key it presses 2 keys one after the other quickly. Also this happens when the program is minimized.

    Does anyone know how to do this?/

    If you help me I will thank you and give you credit if I release it.

    If you know someone that does know how to do this, please give me there username and i will try to contact them /yea

  2. #2
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    so your trying to make it enter k?
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  3. #3
    Noobkake's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    511
    Reputation
    23
    Thanks
    107
    My Mood
    Relaxed
    Quote Originally Posted by willrulz188 View Post
    so your trying to make it enter k?
    well, when u hit the button it does something that makes it when i hit k it makes it hit one key and then another key really fast.

  4. #4
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    hotkeys
    Code:
        Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
            Dim starthotkey As Boolean
            starthotkey = GetAsyncKeyState(Keys.K)
            If starthotkey = True Then SendKeys.Send("{ENTER}")
        End Sub
    Last edited by willrulz188; 07-06-2010 at 12:49 PM.
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  5. #5
    Noobkake's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    511
    Reputation
    23
    Thanks
    107
    My Mood
    Relaxed
    Quote Originally Posted by willrulz188 View Post
    hotkeys
    Code:
        Private Sub Form1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown
            Dim starthotkey As Boolean
            starthotkey = GetAsyncKeyState(Keys.K)
            If starthotkey = True Then SendKeys.Send("{ENTER}")
        End Sub
    Can you show me how you did this? do you have an msn?

  6. #6
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    Quote Originally Posted by Noobkake View Post
    Can you show me how you did this? do you have an msn?
    oh and put this on top

    Code:
    Private Declare Function GetAsyncKeyState Lib "user32"(ByVal vkey As Long) As Integer
    and no I only have a gmail :/
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

Similar Threads

  1. [Release] Microsoft Visual Studio 2010 Premium
    By Sprite in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 11-11-2010, 02:01 PM
  2. Free Microsoft Visual Studio 2010 Premium...
    By [Banned]mark0108 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 11-03-2010, 07:18 AM
  3. Replies: 8
    Last Post: 10-21-2010, 05:35 AM
  4. Replies: 4
    Last Post: 09-11-2010, 08:10 PM
  5. [Release]Microsoft Visual Studio Torrent
    By haxormember in forum Combat Arms EU Hack Coding/Source Code
    Replies: 4
    Last Post: 08-20-2010, 06:46 AM