Hi,
How do I make a shortcut to a specific tab. E.g. instead of going here:

I need to go here (same address):

Hi,
How do I make a shortcut to a specific tab. E.g. instead of going here:
I need to go here (same address):
Best answer by Himasha Abeywickrama
Hi
There’s no way to achieve this through the application as of yet. However, you could request this as a customization.
In Designer.cs file, you just have to change the SelectedIndex value to the tab which you want the application to open up when you open the form window. Let’s say you want to open up the 2nd tab in the form window,
Then,
this.picTab.SelectedIndex = 1;
Note that the indexes start from 0.
Hope this helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.