data_analyst
08-27-2000, 08:27 PM
Would someone please provide me with a resource on how to use the tab strip in VB6. Thank you for you help in advance
Tab Stripdata_analyst 08-27-2000, 08:27 PM Would someone please provide me with a resource on how to use the tab strip in VB6. Thank you for you help in advance amram71 08-28-2000, 11:54 AM 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 data_analyst 08-28-2000, 07:23 PM Thank you very much for your help |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum