If I am typing something in a program window at that time can vb recognize the keys which are typed?
Could you please help me?
Printable View
If I am typing something in a program window at that time can vb recognize the keys which are typed?
Could you please help me?
Is it in your application or external? If it si an external, you need to use GetAsyncKeyState api function. See this link