Change SelectedIndex property of the tab control. If you need to make a
particular tab page tabpage1 active, use:
tabControl.SelectedIndex = tabControl.IndexOf(tabpage1);
tabControlPersonalDataDaten.SelectedIndex = 0; // works with
Framework.Compact
// tabControlPersonalDataDaten.IndexOf(tabPagePersonalDataName); //
Does not work
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.