How to changeIME mode
-
Hi, Currently I am working on a multilingual application. 1. I willing provide a Button on UI which will toggle IME mode, say from English to Japanese. How can do that ? 2. How can I detect if systems IME mode is changed by user ? 3. As well as above I want to transliterate the inputed text to english. Can I do it ? Regards Prasad
-
Hi, Currently I am working on a multilingual application. 1. I willing provide a Button on UI which will toggle IME mode, say from English to Japanese. How can do that ? 2. How can I detect if systems IME mode is changed by user ? 3. As well as above I want to transliterate the inputed text to english. Can I do it ? Regards Prasad
I don't exactly know what you want to do nore how to do it but here is what I found in the online help for vb.net http://msdn2.microsoft.com/en-us/library/aa293621(office.10).aspx[^] http://msdn2.microsoft.com/en-us/library/ms904378.aspx[^] http://msdn2.microsoft.com/en-us/library/bb206300.aspx[^] espacially the last one looked usefull and complete hope this helps
-
I don't exactly know what you want to do nore how to do it but here is what I found in the online help for vb.net http://msdn2.microsoft.com/en-us/library/aa293621(office.10).aspx[^] http://msdn2.microsoft.com/en-us/library/ms904378.aspx[^] http://msdn2.microsoft.com/en-us/library/bb206300.aspx[^] espacially the last one looked usefull and complete hope this helps
Thanx for ur efforts Dragon, but it didn't helped me. What u have given dosent carries information about how .NET handles IME things. Thanx allot. Prasad