how do you make in the code that a tab-page is visible??
like when you click on a linklabel, you go automaticly to another tab-page.
i really have no idea.
Printable View
how do you make in the code that a tab-page is visible??
like when you click on a linklabel, you go automaticly to another tab-page.
i really have no idea.
This works for me when i click on a button so a link label shouldn't be any different.
Code:Me.tbMain.SelectedTab = TabPage3
didn't know it was that easy
indeed very easy.