Im making a program in VB.NET and it has a login where it connects to a database and checks the username and password. This takes a while to do because the DB is quite large. I want to make a loading bar for it so people can see the progress. How could I do this?