pouët.net

Go to bottom

accessing other process events..

category: general [glöplog]
 
hey everyone .
i am just trying to access other app(process) events(keyboard events) i am trying to make automate app to assist the process.
so any idea ^^?
using c++,
thank for ur time ^^
added on the 2008-12-05 23:01:24 by panic panic
look up subclassing and hooking?
added on the 2008-12-05 23:05:29 by hexen hexen
Assuming you want to do this under windows, I think you can use SetWindowsHookEx() together with WH_KEYBOARD.
added on the 2008-12-05 23:08:32 by trc_wm trc_wm
yeah i am using it under windows
what i have is a process that work (some app) i want to access that process keybard events using other process(my app) so i can send event as i like.
ty both of u i'll check them later (at work atm ; ;)
added on the 2008-12-05 23:59:47 by panic panic

login

Go to top