I bought a Code bar Scanner to use it in my C# app in our local store
The Problem is the codebar scanner convert numbers to symbols ex:
'18092630' => '&_àçé-"à'
'3CE824093DB4' => '"CE_é'àç"DB''
until I Changed the keyboard layout from Azerty to Qerty
*the question is how to force TextBox to use Qerty layout without Changing the Input language or adding a qerty layout *
I need to keep my local language (fr-FR) as it is!