1

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.

disasterkid
  • 6,948
  • 25
  • 94
  • 179

1 Answers1

0

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

Oscar
  • 13,594
  • 8
  • 47
  • 75