How do I make sure my program starts every time with a certain tab displayed ? It kinda seems to pick the tab displayed at random ?
Printable View
How do I make sure my program starts every time with a certain tab displayed ? It kinda seems to pick the tab displayed at random ?
I don't think it's random, I think it is whatever tab you selected at design time.
But you can write in your form_load what tab to select. I don't have vb6 installed on the computer i am using right now, but I think it's something like "sstab.tab = 2"
If you have your controls in frames, then you need to also show the appropriate frame for that tab.