TabControls
Posted: Mon Jun 29, 2009 8:59 pm
How do you asign to a tabcontrol
dim mytab(4) as tabcontrol
dim mytext(4) as edit
for a = 0 to 3
mytext(a).parent=mytab(a)
next
Why this doesn`t work !!!!!!!!
I keep getting error 109 : object mytab(0) not declared
dim mytab(4) as tabcontrol
dim mytext(4) as edit
for a = 0 to 3
mytext(a).parent=mytab(a)
next
Why this doesn`t work !!!!!!!!
I keep getting error 109 : object mytab(0) not declared