CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: The_Sire

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    16,147

    Re: count mouse clicks

    Eri i think i owe you big time, how about naming the program after you :P ...i'll try to work with Chart! hopefully it will suit my goal!! in the meanwhile i was trrying to make a setup using...
  2. Replies
    12
    Views
    16,147

    Re: count mouse clicks

    i replaced Keys::Enter with static_cast<Char>(Keys::Enter) and it compiled! the reason for going global is that i want to use the mouse as a HID to measure human reactions. i intent to use a HID some...
  3. Replies
    12
    Views
    16,147

    Re: count mouse clicks

    oh thanks!! that works pretty smoothly!! would i complicate things a lot if i was to handle all mouse events or it would be easier to just lock the mouse pointer to a certain location? furthermore...
  4. Replies
    12
    Views
    16,147

    Re: count mouse clicks

    can you be a little more specific i've learned so many things last week that i may confuse things(i hope that make sense :P)...
  5. Replies
    12
    Views
    16,147

    Re: count mouse clicks

    well, i think the second is what i'm looking for but i'm ready to consider the quite tricky way aswell. i have this native code


    #pragma comment( lib, "user32.lib" )
    #include <windows.h>...
  6. Replies
    12
    Views
    16,147

    count mouse clicks

    hi everyone,
    I want to insert in this cobe something to count every mouse click (not only in the front form) and display them when start button is pressed


    public: System::Void...
Results 1 to 6 of 7





Click Here to Expand Forum to Full Width

Featured