
Control lists of objects?
Quote:
>How can I create an array of pointers to objects in VB4? I have
>dozens of similar objects that I want to control, but don't want to
>hardcode each name in the commands.
Maybe
Dim array() As Control
Set array(index) = Controlname
will work.
--
Newbiehood is not a period of time, it's a way of life.
http://www.sn.no/~balchen/
ftp://ftp.sn.no/user/balchen/