labelarray to C# - newbie

S

Scott Starker

Hi guys,

I am interested in converting the code from vb6 to C#. The vb6 program has a
labelarray. The "manual" says that it is not possible for C# code to have
the labelarray. How do I do this? And can you give me something to read
about this?

Scott
 
D

DotNet Coder

The documentation is correct. There is no C# equivilent for control arrays
in VB6. You would need to create all the controls individually.

HTH,
~d
 

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