Friday, 9 August 2013

Database loading progress in C#

Database loading progress in C#

I am working on an application which loads an OLE Database into a
DataGridView. Although the database file is locally stored, it takes some
time for the application to load the databse, so I only get a "loading"
cursor. I want some more: I want to create a progress bar to show while
the db is loading and to hide when the db is completely loaded.
I searched on Google, but I do not find what I am looking for. What can I do?
(I am working in Visual Studio, so keep in mind that the whole code for
the dataset is automatically written by the IDE)

No comments:

Post a Comment