I have long runnig program like executing query. In the long time i want to show a loading message to user.
I put the message in the statu bar ,but it is working after the long runnig.
I put the code at the start of running
How it possible , iwant a simple message to show?
Pls Help me
Loading
Vilas GitePosted May 24, 2011, 4:37 AM
Synchronous & Asynchronous threading....
please solve your problem by link....here, you can download source code & demo project too.
http://www.codeproject.com/KB/cpp/BackgroundWorker_Threads.aspx
-------------------------------------------------------------------------
if this is solve your problem then just Mark as Accepted Answer!
Sam HobbsPosted Apr 22, 2011, 7:54 PM
Raja KrishnamurthyPosted Apr 22, 2011, 10:40 AM
http://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker%28VS.80%29.aspx
HTH