For Programmers: Free Programming Magazines  


Home > Archive > Smartphone Developer Forum > April 2006 > Problem with EM_SETINPUTMODE(EIM_SPELL)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Problem with EM_SETINPUTMODE(EIM_SPELL)
param

2006-04-09, 10:05 pm

I am developing the the keyboard driver for smartphone.I need to change
the mode in to multi tap mode(EIM_SPELL)
But I am not able to change the mode in to multi tap mode ...


Thorough my program I am getting the window handle by using


hWndForeGround =GetforegroundWindow()

Edit_SetInputMode(hWndForeGround,EIM_SPE
LL );

Or
SendMessage(hWndForeGround, EM_SETINPUTMODE,0,0);




EM_SETINPUTMODE Or Edit_SetInputMode()

But I am unable to set the EIM_SPELL mode.
I need your help for doing the same.
I am struck up with this problem.
Your early response will be more appreciated

Please help me to find some solution

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com