Button array question

Joined
Mar 3, 2005
Messages
9
Programming Experience
10+
I have a situation I would like to handle that doesn't seem to be supported and I'm not sure of the best way to work around it.

I have an array (of indefinite size) of buttons. These will be added and removed from the form based on other events but I need them to be accessible across all the procedures within the form.

Now I cannot define a button array as 'WithEvents' and I can't define each button my itself as I don't know how many there will be.

Can anybody suggest a good way of handling this?

Cheers

Mike
 
Back
Top