Hello.
I am currently creating a software that requires the detection of "cheating."
While my software is open, players will not be allowed to have certain types of content open.
Ex:
---
Lets say that my software, is a Chess Server. In order to prevent cheating, my software must be able to "detect" whether or not a player has any windows open that have anything relating to chess. Upon detection of such a window, the player will be prompted to close out any chess related programs he or she may be running.
Is there any way to "read-in" the text of the current "active" window? Thank you.