Getting focus on a textbox which is in a tab in c#
If you place a tab and put some controls inside it and you try to focus on the textbox you will not be able to focus in the textbox directly. The way is to set the property tabstop = false of the tabcontrol and then set the control inside the tab and set the tabindex [...]
Read Full Post | Make a Comment ( 1 so far )