S
SupperDuck
Hello all,
Just guess that i have 10 combobox... 5 in frame1 and the other 5 in frame2.
Well, i want to do something like...
code..
dim a as combobox
for each a in frame1
a.enabled = false
next
I must do something more, may be select all objects not only comboboxes or
may be do sth.
But i do not now how to do only the objects which is in the frame that i
want...
Is there a way?
Thanks..
Just guess that i have 10 combobox... 5 in frame1 and the other 5 in frame2.
Well, i want to do something like...
code..
dim a as combobox
for each a in frame1
a.enabled = false
next
I must do something more, may be select all objects not only comboboxes or
may be do sth.
But i do not now how to do only the objects which is in the frame that i
want...
Is there a way?
Thanks..