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"
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"
Comment