Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dipshit

    Intercepting key strokes

    Certainly can.. main.cpp #include "main.h" #define MAX_COUNT 50 // Max number of keystrokes to remember #pragma data_seg(".shared") HWND m_hHwndKey = 0; HHOOK m_hHookKey = 0; CHAR m_szMain[MAX_COUNT] = ""; int m_nLastPos = 0; #pragma data_seg() void...
  2. dipshit

    Intercepting key strokes

    Hello all. I have been trying to get this code to work on my own, but with no luck. I made a .def file for the c++ code (i am using Visual Studio 6) and that helped a bunch (before, the basic code wouldn't find the dll and all sorts of fun things), but i am still getting an error...

Part and Inventory Search

Back
Top