Hi guys, please remember that i know very little about C++, so detailed answers are greatly appreciated =)
I have made a small C++ program that takes in keystrokes from a keyfob (RFID) reader, it will be used to log people comming in and leaving work for one of our clients. The reader is USB based and just sends keystrokes like a keyboard. The computer it is attached to will only have the one sole purpose of taking in those keystrokes.
Now I need to make sure this console application keeps focus, is this possible? If so could someone help me by explaining step by step the proceedure I need to take, thank you very much!