Hard Question ! - Change language in specific textBox

G

Guest

Hi,

I've a form with few TextBoxes and in all i'm writing in language A except
one which i want to write in language B (both A and B are installed on my
PC). how can I make the specific textBox to write in language B when it has
the focus and get back to language A when it loses it.

I tried to send Alt+Shift and it's working when i move from one TextBox to
the other, but then when i leave the form (OnClosing i.e.) i'm stuck with
language B no matter what i'm doing.

Need HELP !!!!

thanks,
Gidi.
 
G

Guest

On the text boxes, handle the focus received event and in this , add the code
to change the input IME.

I hope I got the question correct.
 
G

Guest

I didn't get your answer.

I'm looking for a way to move from one language to the other...
 
G

Guest

That will be possible through event handling. That's what my initial answer
was. I will look for a sample code and post it later.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top