Microsoft.VisualBasic.Compatibility.VB6.LabelArray obsolete and supported within 32-bit processes only

916 Views Asked by At

I'm migrating an old project from VB6 to VB.NET and I have faced the above warning. I also received the same warning for Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray. What are the nearest equivalents to these control arrays that keep the functionality of the program intact.

1

There are 1 best solutions below

0
Oscar On

You can use the ProgressBar class in System.Windows.Forms namespace.

http://msdn.microsoft.com/en-US/en-en/library/system.windows.forms.progressbar(v=vs.110).aspx