Problem initializing TabStrip in VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Johno1967
    New Member
    • Jan 2006
    • 1

    Problem initializing TabStrip in VB

    I've tried to put in values but nothing happens to actual control.
    e.g.
    Set obj = frmMain.TabStri p1.Tabs.Add()
    obj.panels.add( ) // dont know what to do with this
    // and the MSDN CDs are useless :(
    frmMain.TabStri p1.Tabs(1) = "1"
  • smartchap
    New Member
    • Dec 2007
    • 236

    #2
    Dear Johno Please make your question more clear. I think u want to set caption of tab 1 to "1". Please clear ur question.

    Comment

    Working...