VB.NET progressbar backgroundworker
问题 When my application starts, and it has just been upgraded, I am doing a local database update (sqlite). It is like that: The user starts my app, and then I start the upgrade process. During this upgrade process I am showing a form that has a continuous progressbar. This form closes when the upgrade process is done and the user can then start using my application. But the progressbar won\'t animate since the upgrade process is so intensive. In my old VB6 version I used an ActiveX-Exe that has