PDA

View Full Version : Failure to get handle by using GetFocus


mic2007
05-12-2007, 11:24 AM
Does anyone know how to get handle which has focus regardless of what processes it is? Many thanks

I tried to do it using GetFocus(), but it can only get the handle which is owned by its process, but not other processes.