I’m making a typing windows program in C#,
It’s finally finished now, but I just need to make the user able to write and practice in Arabic.
In the beginning of each typing session, there will be a Combo Box for him to choose
between English and Arabic,
What I want, is that if he chooses Arabic, I want the typingTextBox typing cursor to immediately switch to the right side of the screen (RCtrl + RShift)
and switching the typing language to Arabic (Alt + RShift)
How can I do that ?
You can write an event handler for SelectedIndexChanged event on your ComboBox. Inside it use: