View Single Post
Old 05-19-2008, 12:00 AM   #2 (permalink)
JKR
Registered User
 
Join Date: Jan 2007
Location: Beijing
Posts: 31
OS: XP


Re: swithc IME input method automatically when Textbox gets focus

I finally found out how to do it myself, so the issue can be closed.

And here is the solution:
it can't be done in VBA, but you can use the windows API to do it using ActivateKeyboardLayout.

I found the information I needed here:
http://binaryworld.net/Main/CodeDetail.aspx?CodeId=3694
JKR is offline   Reply With Quote