Good morning, I have a winform application which includes:
- Main Form with a toolstrip menu and a toolstrip bar
- Inside the main form, a tab control, where each tab contains a toolstrip bar with a toolstrip text box
I need to enter text in the toolstrip text box, even with special character. My problem is, when I try to digit the ] character, using Alt Gr + (Italian keyboard), rather than add the character to the toolstrip textbox, the application move the focus on the button of the toolstrip bar of the main form. Other characters ([, @, #) works fine. Hope somebody can help. Thank you.