hi again,
is there a way to set the focus to a tabpage ?
in one of my panels, i have a tabcontrol with different tabs that i'm trying to control with some code but nothing works so far.
thanks!
Printable View
hi again,
is there a way to set the focus to a tabpage ?
in one of my panels, i have a tabcontrol with different tabs that i'm trying to control with some code but nothing works so far.
thanks!
got it;
TabControl1.SelectTab(TabPage1)
thanks!