G
Guest
Hello, friends,
I am using BackgroundWorker() to import files into viewer while users are
working with our app.
However, this backgroud file importing made the app much slower. For
instance, it took about 5 seconds for the app window to refresh. Moreover,
most of the time, the mouse pointer is a hourglass, not the default arrow.
I was hoping this background file importing was a silent one, i.e., our
users should NOT notice this thread is running.
Any ideas, reference papers, sample source code, and etc.? Was this the
right approach for my purpose?
Thanks a lot for your help!
I am using BackgroundWorker() to import files into viewer while users are
working with our app.
However, this backgroud file importing made the app much slower. For
instance, it took about 5 seconds for the app window to refresh. Moreover,
most of the time, the mouse pointer is a hourglass, not the default arrow.
I was hoping this background file importing was a silent one, i.e., our
users should NOT notice this thread is running.
Any ideas, reference papers, sample source code, and etc.? Was this the
right approach for my purpose?
Thanks a lot for your help!