I am working in windows form application using c#. I have two fields in a form "Username" and "password" and two buttons "Login" and "Cancel". On form loading cursor is placed in Username textbox which is ok.
But when I press TAB from my keyboard instead of going to Password textbox its going to Login button. How can I set this?
Also the shortcut CTRL+A to select all text is not working in text fields. Any help?