K kirkm Mar 10, 2007 #1 Couls someome please explain how to programmatically set the number of tabs in a tabstrip? Thanks - Kirk
Couls someome please explain how to programmatically set the number of tabs in a tabstrip? Thanks - Kirk
M merjet Mar 10, 2007 #2 TabStrip1.Tabs.Add adds one Tab. Use a loop to add more than one. Hth, Merjet
K kirkm Mar 11, 2007 #3 TabStrip1.Tabs.Add adds one Tab. Use a loop to add more than one. Hth, Merjet Click to expand... Many thanks
TabStrip1.Tabs.Add adds one Tab. Use a loop to add more than one. Hth, Merjet Click to expand... Many thanks