hi
How can I show a perticular tabPage of tabControl using code?
thanks
Printable View
hi
How can I show a perticular tabPage of tabControl using code?
thanks
I tried this, it worked:
TabControl1.SelectedTab = TabControl1.TabPages(3)
thanks Polite
it worked perfectly