From: Lisa Pearlson on 1 Dec 2008 19:51 Hi, I tried: HMODULE hDLL = LoadLibrary(_T("coredll.dll")); SetWindowsHookEx = (HHSETHOOK) GetProcAddress(hDLL, _T("SetWindowsHookEx")); .... But this function seems not exported (anymore). Is there another way to catch WM_MOUSE messages system wide? If you tell me to inject a dll, how can I do this? Some application should load this dll, so does this mean I must make a dll and an exe to load it, or create a services.exe dll? Lisa
|
Pages: 1 Prev: can i use ossvcs.dll to answer incoming call ? Next: WM6.1 hardware buttons |