Search:

Type: Posts; User: Birra

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    968

    Re: keyboard hooking reporting twice!

    Okay i wrote an example of how to do it. I couldn't get my head around it last time :P

    The difficulties with my solution is your own simulated keypresses are hooked. So if they press "1", instead...
  2. Replies
    5
    Views
    968

    Re: keyboard hooking reporting twice!

    What you could do is instead of telling it to continue with the physical keypress, then do what you want, do this:

    Simulate the key they want to press
    Simulate the key you want afterwards
    Then...
  3. Replies
    39
    Views
    85,303

    Re: Change Shortcut Properties/Icon

    okay thanks. I guess i'll just pass as parameters to dosbox. thanx for your help :)
  4. Replies
    9
    Views
    11,877

    Re: Auto mouse move

    The easiest way to do this is to do it this way


    'assuming xpos and ypos are your co-ordinates
    Me.Cursor.Position.X = xpos
    Me.Cursor.Position.Y = ypos

    'Or you could set them both in one go:...
  5. Replies
    39
    Views
    85,303

    Re: Change Shortcut Properties/Icon

    Just because i still like some of the old platform games, and shortcuts to those games become Pifs. See my folder structure is that all my games are installed to C:\Games\Files & a shortcut to every...
  6. Replies
    39
    Views
    85,303

    Re: Change Shortcut Properties/Icon

    Hey there :wave: . I hope no one minds me bumping a thread from 2 months ago. I adapted this code for myself and it worked great, so thanks.

    But one thing i was wondering about is it's only...
Results 1 to 6 of 6



Click Here to Expand Forum to Full Width