Hi,
With the GetCursorPos API we can get the Position of the Cursor even when a VB APP is not in Focus. ie., wherever the mouse is moved the Mouse Position can be traced with the GetCursorpos API. Is there any API to trace out the Keyboard hit events and trace the value of Key Pressed. Say suppose if the Enter Key is Pressed I should get a value like the KeyAscii Value. Is it Possible... If Possible then can anyone explain it to me with a working Example... I will be greatly thankful to you.