freakskin
03-20-2003, 10:26 PM
Unlike SSTab, the TabStrip doesn't allow you to edit the tab pages at design time. You can add tabs by right clicking and selecting Properties. To make the pages, Make control arrays of a picbox and in the Tab_Click Event, put in
pic1(Tab1.SelectedItem.index-1).Zorder 0
hi there, i would like to ask you how do i make different layout( with different textbox and combobox) on the different tabs i have. Let's say i have 2 tabs, 1. Main, 2. Other and i want 1 combobox and 1 textbox in Main, and 2 checkbox and 2 labels in Other??? please enlighten me
pic1(Tab1.SelectedItem.index-1).Zorder 0
hi there, i would like to ask you how do i make different layout( with different textbox and combobox) on the different tabs i have. Let's say i have 2 tabs, 1. Main, 2. Other and i want 1 combobox and 1 textbox in Main, and 2 checkbox and 2 labels in Other??? please enlighten me