Search:

Type: Posts; User: daspope

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    5,708

    well, found scan code, tried scan code... and no...

    well, found scan code, tried scan code... and no dice,

    tried
    keybd_event('/', 0x35, 0, 0);
    keybd_event('/', 0x35, KEYEVENTF_KEYUP, 0);

    and also tried


    keybd_event(VK_SLASH, 0x35, 0,...
  2. Replies
    4
    Views
    5,708

    i actually found your site on google the other...

    i actually found your site on google the other day hehe, im going to check out google for a scan code list.
  3. Replies
    4
    Views
    5,708

    keybd_event() problems

    hello all, i am creating a simple macro program and have stumbled uppon a few small problems...

    number 1, i can emulate special chars such as '/' (VK_SLASH)

    i have tried a number of ways to fix...
  4. Thread: Macro Program

    by daspope
    Replies
    5
    Views
    2,160

    got it working for the most part, still need to...

    got it working for the most part, still need to add support for special chars like ":" and "." and clean it up some.



    for(int c=0; c<256; c++)
    {
    if(S1[c]!='\0')
    {
    //cout <<...
  5. Thread: Macro Program

    by daspope
    Replies
    5
    Views
    2,160

    Ok now this is weird... i entered ABCD as my...

    Ok now this is weird...


    i entered ABCD as my string and it comes out abcd... lol how can i make it where it can take lowercase chars? or will i have to filter the string and convert all chars to...
  6. Thread: Macro Program

    by daspope
    Replies
    5
    Views
    2,160

    ok, i have had luck using keybd_event() under...

    ok, i have had luck using keybd_event() under hard coded tests (where i coded in they keys to be pressed)

    now i made it more dynamic to type out a string entered...

    this technically should work...
  7. Thread: Macro Program

    by daspope
    Replies
    5
    Views
    2,160

    Macro Program

    Hi all, i would like a nudge in the correct direction here, I am wanting to make my own macro program (dont ask why, lol i am a nerd and if somthing interests me i want to make my own lol)

    so far...
  8. i got a 9/10 you'd spot a hannibal lector in...

    i got a 9/10

    you'd spot a hannibal lector in seconds at an open source conference. your livers safe.
  9. Replies
    2
    Views
    1,527

    You need plane collision

    if your using opengl i suggest the plane collision tutorial at www.gametutorials.com, its very good
Results 1 to 9 of 9