|
Posted by ppcinfo on July 30, 2008, 12:03 pm
Please log in for more thread options
I have a dialogbox containing no controls. I want to capture when the
user presses numeric buttons and processing the presses (say, like a
calculator program). Everything is working fine, except I can't find a
way to force the system to go into numbers input mode. I know how to
do it by sending a EIM_NUMBERS message to an editbox control, but as I
said I don't have any controls in my dialogbox. Of course, the user
can manually force the system into number mode to click the numeric
buttons, but I'd like to have my program automatically set number
input mode.
Is there a way to force the system to go into numbers input mode?
Thanks,
ppcinfo
|