How do I refresh the taskbar?

  • Thread starter Thread starter Raymond Gunawan
  • Start date Start date
R

Raymond Gunawan

Hi!

I have an VB.Net application that from time-to-time would get very
busy and go to the "Not Responding" mode. The problem is, after it
comes back, the task bar is still showing "Not Responding". The
application title is correct (does not show "not responding")

Is there a way to refresh the taskbar?

Thanks.
 
Hi,

Run the tasks that take a long to complete in a seperate thread
to prevent that. The procedure will run in the background while allowing
the app to update itself.

http://msdn.microsoft.com/library/d...html/frlrfSystemThreadingThreadClassTopic.asp

Ken
-------------------------
Hi!

I have an VB.Net application that from time-to-time would get very
busy and go to the "Not Responding" mode. The problem is, after it
comes back, the task bar is still showing "Not Responding". The
application title is correct (does not show "not responding")

Is there a way to refresh the taskbar?

Thanks.
 
Are there other alternatives?
We have had weird errors in our UI (crashes in system.Drawing, etc.) that
was caused by multithreading.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top