Search:

Type: Posts; User: Michaelc

Search: Search took 0.01 seconds.

  1. Thread: sendinput()

    by Michaelc
    Replies
    8
    Views
    3,897

    i see i see, thanks :)

    i see i see, thanks :)
  2. Thread: sendinput()

    by Michaelc
    Replies
    8
    Views
    3,897

    This code runs fine, but it's because I pass only...

    This code runs fine, but it's because I pass only one mouse event to sendinput? There is a & needed for &input to sendinput()

    Here, I passed only one INPUT structure to it, I think that's how it...
  3. Thread: sendinput()

    by Michaelc
    Replies
    8
    Views
    3,897

    thanks:)

    thanks:)
  4. Thread: sendinput()

    by Michaelc
    Replies
    8
    Views
    3,897

    I got mouse move to work but not mouse click ...

    I got mouse move to work but not mouse click


    #include <iostream>#include <windows.h>
    #include <ctime>
    using namespace std;


    void main()
    {
  5. Thread: sendinput()

    by Michaelc
    Replies
    8
    Views
    3,897

    for some reason the screen goes dark when I run...

    for some reason the screen goes dark when I run this, and I can't figure out what it is!
    Is it a screensaver?



    #include <iostream>#include <windows.h>
    #include <ctime>
    using namespace std;
  6. Thread: sendinput()

    by Michaelc
    Replies
    8
    Views
    3,897

    sendinput()

    Instead of sending 3 events of this in 3 separate sendinput() , I am trying to create an array of INPUT and use sendinput only once, as described here:
    SendInput function (Windows)


    #include...
  7. Replies
    5
    Views
    649

    nailed it! thanks guys!

    nailed it! thanks guys!
  8. Replies
    5
    Views
    649

    C++ string parsing delimited by 0's

    I have a number/string like this ( I am not sure how to convert int to and from strings)
    00000012231020000022334000070001222000001141100000 00110112710433340102200011271000033332010000010000...
  9. got it, thanks!

    got it, thanks!
  10. To replace GetPixel(), attemping to use bitmap + pointers to speed things up

    Hi everyone!

    Getpixel() is too slow so I am trying to use bitmap to load the RGB values into a pointer to access the RGB values rapidly, but it seems
    either I messed up on the bitmap operations...
Results 1 to 10 of 10