Search:

Type: Posts; User: seaders

Search: Search took 0.01 seconds.

  1. Generating Window Procedure mouse WPARAM from Hooks

    Ok, I've a DLL that's hooked to pick up all Mouse and Keyboard events in it. What I then want to do is through all those to another window. I understand how to do simulate these events, with...
  2. Replies
    8
    Views
    7,432

    no, it wasn't it was waaaay more ridiculous than...

    no, it wasn't it was waaaay more ridiculous than that! cout couldn't possibly work, because the event was firing under the other processes, so it was trying to print to their console, not my one! ...
  3. Replies
    8
    Views
    7,432

    a global WH_CBT hook should, from MSDN...

    a global WH_CBT hook should, from MSDN fire every time any window is activated, de-activated, sized, minimized, maximized, everything. however, from what I've written, it's only working locally, ie,...
  4. Replies
    8
    Views
    7,432

    Can't get WH_CBT to work right, globally

    I only left in the relevant parts because I thought that would be easier for others to see if / where I'm going wrong, here's the whole lot (the _lParam and_wParam thing was just a typo, based on how...
  5. Replies
    8
    Views
    7,432

    thanks for the reply Bob, but just so I...

    thanks for the reply Bob, but just so I understand, the only thing you've changed is getting rid of the nCode < 1 part and you're ensuring that pMouseStruct isn't NULL. I just tried that and nothing...
  6. Replies
    8
    Views
    7,432

    Can't get WH_CBT to work right

    So I've a simple window program that starts up and hooks to a dll, (I'll try only post relevant parts)

    Window and calling the DLL:


    typedef void (*registerCall)(void*);
    registerCall...
  7. Replies
    0
    Views
    3,143

    Serve image with C++ http server

    Hi all, I'm working on a fairly convoluted project and one of the things I've to do is serve out an image to a http server that will be running locally from a c++ programme. I've the exact thing...
Results 1 to 7 of 7