I was curious how you can display new forms when a user presses a tab using the SSTab control. We can get the tabs to switch; however, we don't know how to display a new form for each tab.
Printable View
I was curious how you can display new forms when a user presses a tab using the SSTab control. We can get the tabs to switch; however, we don't know how to display a new form for each tab.
Well you can use
form1.show
on each click event for the tabs....
Form1.Show
Form1.ZOrder