Using control array run time with different control names

A

AB

Hi All,
I would like to add controls that stored in DB dynamically, and I don't
know their names or their number. The names of the controls is
important therefore I can't create cmbArr(0), cmbArr(1),and so on. The
importance of the control array is because I need to use events such as
MouseDown, MouseClick for all the controls in order to resize and
change their location in runtime.

Anyone know if it is possible? (Using control array run time with
different control names)

Thank you.

AB
 
A

AB

Thank you.
But it is good only in VB 2005 and I write in VB6.
Do you know a solution in VB6?
 
H

Herfried K. Wagner [MVP]

AB said:
But it is good only in VB 2005 and I write in VB6.
Do you know a solution in VB6?

Please do not direct VB6-related questions to the VB.NET group
"microsoft.public.dotnet.languages.vb" in future.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top