"Please Wait..." Dialog
-
Hi, I want to display a simple dialog that displays "Please Wait..." while a task is performed then goes away by itself when the task is complete. What's the simplest way to do this? Thanks, Ali
-
Hi, I want to display a simple dialog that displays "Please Wait..." while a task is performed then goes away by itself when the task is complete. What's the simplest way to do this? Thanks, Ali
when the task ends, just send a WM_CLOSE to the window displaying the "please wait..."
TOXCCT >>> GEII power
[VisualCalc] -
Hi, I want to display a simple dialog that displays "Please Wait..." while a task is performed then goes away by itself when the task is complete. What's the simplest way to do this? Thanks, Ali
In VC++ 6, there's an add-in to insert a progress dialog box. (not sure about vc++7) Once inserted, you could strip out the progress controls/code, and use the default static control for your "Please wait..." message.
:cool: Pssst. You see that little light on your monitor? That's actually a government installed spy camera. Smile and wave to big brother!
-
Hi, I want to display a simple dialog that displays "Please Wait..." while a task is performed then goes away by itself when the task is complete. What's the simplest way to do this? Thanks, Ali
Hi You can use CStatic Class to show "please wait..." message. if u wanted to know when task ended u can use Threads API functions or MFC threads functions as AfxBeginThread(threadfun,hwnd,threadpriority) , then create thread and Use WaitForSingleObject(....) API function to determine when your task ended . if u need more help contact me on faroq_tam2004@yahoo.com. If this dos'nt help u im sorry. Bye. On Earth nothing impossible, while your mind running. Faroqtam