labelarray to C# - newbie

  • Thread starter Thread starter Scott Starker
  • Start date Start date
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
 
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
 
Back
Top