I want to store key strokes received by other application through my VB application. We can send key strokes to other application by using Shell,AppActivate & SendKeys commands. In a reverse manner, I want to know to the key strokes received by other application & store it. How to do it?