An Array of NumericUpdown Objects?

  • Thread starter Harry Whitehouse
  • Start date
H

Harry Whitehouse

I have a GUI with a matrix of NumericUpDown objects. As I add them, they
increment their ID's (numericUpDown3, etc). I have a total of 25 on the
GUI, so ideally I'd like to address them as an array of NumericUpDowns in
other parts of my code.

I gather that you can't do this if you are using the visual design tool.
IOW, you can't design an array of screen objects using the toolbar and
visual drag/drop.

If anyone HAS done this, I'd be interested in knowing how!

TIA

Harry
 

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