Other language than default in a Windows form

Is there a way to have one textBox automatict set keyboard input to other language(in this case Thai)? The other textBox should still be default language. Thanks in advance

1 Reply

RP Ramesh Praveen Syncfusion Team March 25, 2003 11:52 AM UTC

Mats, You will have to use the native win32 API ActivateKeyboardLayout. You could call this in TextBox_Enter and reset it on TextBox_Leave. Newsgroups should have some example on it's usage. Regards, Praveen Ramesh

Loader.
Up arrow icon