Sep 16, 2008 #1 tg2003 IS-IT--Management Feb 6, 2003 270 IL Hi, I'm using tabcontrol. I can't find how to start the application with a specific tab. What is the relevant property/method? Thanks !
Hi, I'm using tabcontrol. I can't find how to start the application with a specific tab. What is the relevant property/method? Thanks !
Sep 16, 2008 #2 ZmrAbdulla Technical User Apr 22, 2003 4,364 AE Code: Me.TabControl1.SelectedIndex = 1 If you want page 2 to be selected. This code should go to Load event of the form ________________________________________________________ Zameer Abdulla Help to find Missing people Upvote 0 Downvote
Code: Me.TabControl1.SelectedIndex = 1 If you want page 2 to be selected. This code should go to Load event of the form ________________________________________________________ Zameer Abdulla Help to find Missing people