the old Index-property

  • Thread starter Thread starter peter hansen
  • Start date Start date
P

peter hansen

Well... I guess that I am pretty bad at VB.NET but it seems to me that all
the good stuff has been removed from the .NET-version.
This time I need the index-property from, ex a RadioButton...
Any ideas where I can find this property or is it gone like all the other
good stuff in VB6?

// Peter
 
* "peter hansen said:
Well... I guess that I am pretty bad at VB.NET but it seems to me that all
the good stuff has been removed from the .NET-version.
This time I need the index-property from, ex a RadioButton...
Any ideas where I can find this property or is it gone like all the other
good stuff in VB6?

Add all the controls to an array.

- or -

Creating Control Arrays in Visual Basic .NET and Visual C# .NET
<http://msdn.microsoft.com/library/?...ngControlArraysInVisualBasicNETVisualCNET.asp>
 
Back
Top