I used WM_LIMITTEXT to allow a maximum of eight characters
input to a dialog edit box. Now I want to restrict input to
allow only 0-9 and a-z chars(A-Z is OK, but not wanted).
Is there a somehting defined that can be used with
SendDlgTextItem? I could not find anything.
Or is there another way to set it up?
check iczelions tut nbr. 20
it's about subclassing edit-controlls...
Thanks. Just what the doctor ordered.