|
============================================================= IDE: Visual Studio Team Suite 2005 Technology: Access DB, VB.NET =============================================================
Hi,
I have a simple for that reads from one database and writes to another. During this read process, I would like to display to the user a loading image. I do not want to use the progress bar.
I have tried a few methods to make this happen, but it seems like the image never appears because the system is too busy reading and writing from the databases.
Can someone please help me find a way to display a loading animation to the user while the system runs the function that reads and writes from the databases?
Thanks, KJAK
|