GetAsyncKeyState() - outside program interferes with it

I wrote a small program that uses GetAsyncKeyState() and it works perfectly fine for what I need. The problem is that when I run a certain outside app (not mine) my GetAsyncKeyState() completely stops receiving input. I would like to be able to run both apps.

Is there something I can do to force my program to receive keyboard input again ?
Topic archived. No new replies allowed.