How can I programmatically launch tab functionality in a Windows VB.Net application?
Currently, in my application, I use a single splitter when I press the tab key and the focus moves in the correct order.
However, I need to use the arrow keys to move the focus to the following controls, just like the focus happens when the user presses the tab keys.
Thanks at Advance
source
share