I have a Windows console application, which takes around 3 minutes to
complete the execution.
I am interested in implementing something animate while users are
waiting for the process to complete.
If you have experience with Linux/Unix, you should be very familiar
with the revolving slash ( / ) or the growing dots ( ...... ), which
you normally see, when a process is taking some time.
I guess I may have to implement 2 threads. One does the real dirty
work behind, the other displays the revolving slashes (maybe it is a
combination of --, / and \) or grows the dots.
Re: I wanna implement the revolving slash while the process is executing ... complete the execution.... I am interested in implementing something animate while users are ...waiting for the process to complete. ... If you have experience with Linux/Unix,... (microsoft.public.dotnet.languages.csharp)
Re: Need output from visual basic script ... I was already using that switch.... switch causes cmd.exe to terminate after execution.... but didn't address the problem of the Clipper program waiting... swpruncmd op code to call cmd.exe to execute the script.... (comp.lang.clipper)
Re: problems in pausing and resumig threads ... Now in Cmaingui if somebody presses pause, then i execute the following code ... thread doesn't stop execution and hence procedure doesnt stop execution. ... no use, because SuspendThread should not even exist, and given that it does ... instead of waiting on the thread handle to become signaled. ... (microsoft.public.vc.mfc)
Java threads & deamons ... We are trying to make a "batch" execution in a Oracle DB 9.2.4 with ...procedure/package without waiting the result from the ... The java class we have created has this piece of code inside: ...waiting the thread forkato ending: ... (comp.lang.java.databases)
Re: Winsock2 connect taking long time to timeout ... keeping the animated GIF to animate while waiting for some IP address ... If you are in some kind of wait loop (or calling Sleep) then of course your animation will not continue. ... (microsoft.public.vc.mfc)