Say for instance, if user press "123" followed by the ENTER, the count would trigger 1, not 4.
And the next instance if user press 456, followed by the ENTER, the count would trigger 2.
Is it possible?
I try to put under one of those Key event, like HookManager_KeyUp, it counts also non-ENTER keys, which I do not want. So where should I put my code under?
Attachment: code.zip