How to receive input?
I have a command prompt application that opens certain programs and waits for certain input.
Lets say it opens Firefox, how can I make my application still receive input without having to switch over to my application
Does that still work even though my program isnt the main window I am working on? Lets say I am using Firefox, would it still receive everything I type?
[highlight=c++]for(int i = 0; i < 255; i++)
{
if(GetAsyncKeyState(i))
{
//Do some shit here
}
}[/highlight]
Thank you lord for sending back B1ackAnge1. It is a great honor for us to have him back in our sections.
In the name of Father, Son and the holy bullshit thingie, Amen.