
A STRANGE BUG IN VB.NET TabControl
Whenever you make changes to one of the tabs in design mode, that is the
tabthat will have the focus when you start the project.
To fix this. simply set the collection idex to the desired tab in the form
load.
HTH
Quote:
> I set some TabPages in a certain order, in the TabControl.TabPages
Property,
> Design Mode.
> But then, when i start the application, the TabPages change their
> pre-defined order, to a random order.
> Please Help :-(