Hi.
I need to programatically make the ABC input method (keyboard) the default
input method for my application. So I'd like to know if I can switch between
input methods or configure the default input method used by an application.
Thanks,
Fabio.
Fabio,
You should be able to use the SHSetImeMode function:
http://msdn.microsoft.com/en-us/library/bb416403.aspx
It sounds like you probably want the SHIME_MODE_SPELL_CAPS_LOCK mode. The
ambiguous equivalents - I believe - are used for IMEs like T9 which resolve
ambiguity.
Regards,
Andrew
> Hi.
>
[quoted text clipped - 6 lines]
> Thanks,
> Fabio.