how to create a array of labels in vb.net?

  • Thread starter Thread starter Soon Lee
  • Start date Start date
S

Soon Lee

Any one know how to create a array of labels in vb.net. the old way of copy
in vb6 dont seem to work

any advice

Regards
 
Dim MyLabel(10) as New Label

Is this what you want?

with regards,

J.V.
 

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

Back
Top