I made a winform for logging in on my C# project and I assigned the tab index for each object. The order has to be the following:
When I press the Tab key at runtime the order goes backwards. I did it also with the tab order but it happens the same. How can I change it?
I found the problem:
I made all forms in my app in four languages: English, Dutch, French and German. I set the order in just the Dutch language. So there has to be kept in mind that for every language the user has to configure the tab order or the tab index. I did the changes in the other three languages and it works perfectly.