Hi, Having handle (hwnd) of an editbox, is there a way to register a c# function for listening keypress events. I mean hooking at runtime.
Actually, I have a native application and writing a plugin to it, requiring to listen keypress events on a particular editbox. I tried SetWindowsHookEx but it hooks on the entire window/form. I just want to listen for one editbox only. Is there any WIN32 Api using that, i can achieve the same Any pointer will be helpful.