From: harshal on
Hi All,
I have developed a dll which also has a simple GUI (a simple dialog with
some controls in it).
I am creating this dialog using DialogBoxParam(). My problem is that the
dialog does not seem to receive WM_KEYDOWN / UP, WM_CHAR messages.
Actually i just want to display the no. of characters entered in the edit
control for which i want to trap these messages.
Can anyone please throw some light on this or may be suggest some alternate
/ better solution to what I am trying to acheive.

Thanks in anticipation,
Harshal