How to enable multi-tap support on windows mobile 5.0 pocket pc. I tried to enable it using the following code..
SendMessage(hWnd,EM_SETINPUTMODE, 0, EIM_SPELL);
But it is not helping ..
Thanks in advance
Regards
Jaga
How to enable multi-tap support on windows mobile 5.0 pocket pc. I tried to enable it using the following code..
SendMessage(hWnd,EM_SETINPUTMODE, 0, EIM_SPELL);
But it is not helping ..
Thanks in advance
Regards
Jaga
enable multi-tap on windows mobile 5.0 pocket pc