I have an application that loads database information into an array and does some amount of processing. This takes time and to let users know something is happening (to show the program hasn
VB.Net ships with a progress bar control. Simply add that to the form.
Set its maximum property to the number of lines and add 1 to its Value property every time you read a line in.
More importantly though - you really should be using the .Net file access methods. Look at System.IO or search these boards for many examples.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.