Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to enable the IME language bar in compact framework.

I have disabled the IME language bar using the following win32 api, ImmDisableIME(0);

But now i want to again enable the Imm language bar.

Can anyone suggest how to enable the language bar.



Code snippet:

[System.Runtime.InteropServices.DllImport("coredll.dll")]
static extern IntPtr ImmDisableIME(int idThread);
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900