Hello guys. First of all i have to say i've been learning a lot on daniweb and appreciate all your effors.
Secondly, i'm currently learning MFC with c++ and atm I am making a program called "fast fingers", where you have to press those chars on keyboard that are dynamically shown in the static text.
I already made static text which shows random chars and it is based on progress control.
The thing i'm stuck is that I don't know how I can compare the chars that i click on keyboard and the ones that are shown on static text.
I already searched whole web and can't find it. :(
I am trying with mfc message WM_CHAR, but i'm stuck because I don't know how.
So if anyone knows how to, i'd be so happy.
Thanx guys.