Search:

Type: Posts; User: martins

Search: Search took 0.00 seconds.

  1. How does windows.h change the main entry function to WinMain()?

    I do not understand this. All C programs must start at the main() function, right? But how does Win32 applications change it to using WinMain() instead? Why does it not use main()?

    What is...
  2. Already did that, that is why I asked. I couldn't...

    Already did that, that is why I asked. I couldn't find anything that did this...
  3. Take screenshot every second with a mouse cursor

    I am new to C programming. But I would like to create a small application (for Windows) that runs in the background and takes a screenshot every 1 second and saves it as "screenshot.jpg" and also...
  4. Replies
    1
    Views
    4,269

    How to capture raw keyboard input on Windows

    I have a device that acts like a HID (keyboard). I was able to capture and grab the raw input of the device on Linux. I needed to get exclusive rights to the device so that no other application could...
  5. From what I have read, usually USB RFID readers...

    From what I have read, usually USB RFID readers come with HID drivers or the included drivers will create a “Virtual Serial Port” just like those ‘old’ RS232/DB9 ports. Then you can either send a...
  6. How to capture an input device and prevent it's default behavior

    I have an RFID tag reader. But it works like a HID device (like a keyboard). It sends keystrokes to the computer when a tag is scanned. When I open notepad and scan a tag - it types the ID one digit...
Results 1 to 6 of 6