Hi all,
In VB6 we could load labels at runtime and display them by using Control arrays... something like
Load Label1(Label1.Count)
Label1(Label1.UBound).Top = ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23468562.htm...