Hi,
Say I have 4 textboxes in a C# program. 2 of them take Bangla input and the other two English input. How can make C# autoswitch the keyboard layout to Bangla when the cursor is at a Bangla textbox and autoswitch to English when the cursor is at a English textbox.
I am not sure but maybe sending Alt+Ctrl+B to console (have't tried yet) will work but then say if someone is at a English textbox and prossed Alt+Ctrl+B to change to Bangla layout. if he then goes to a Bangla textbox then it will be automatically changed to English as the program sends Alt+Ctrl+B. What I am looking for is to change to the exact Bangla/English layout irrespective of the current keyboard layout.
Any help will be appreciated.
Thanks
