Hi,
I have this problem, i know how to count words and letters in a textbox in my program. But i want to count all words written in windows inside a given timeframe.
How can i accomplish this? i dont have a textbox to read from, my thought was to maybe grab all keystrokes from windows and send em to a hidden textbox in the program og a textfile, and then parse this file for the amount of word.
But is that really the correct way to do it? is it possible to do this all in the memory of the program without having to save.
Purpose of program:
In my work we want to determine who is the fastes to type, but this should be over a longer period of time, and decided by words and letters.
I have this problem, i know how to count words and letters in a textbox in my program. But i want to count all words written in windows inside a given timeframe.
How can i accomplish this? i dont have a textbox to read from, my thought was to maybe grab all keystrokes from windows and send em to a hidden textbox in the program og a textfile, and then parse this file for the amount of word.
But is that really the correct way to do it? is it possible to do this all in the memory of the program without having to save.
Purpose of program:
In my work we want to determine who is the fastes to type, but this should be over a longer period of time, and decided by words and letters.