multitask progress and process ???
-
hi I have an MFC MDI application, in which i carry out an process and at the end open an log file. This process involves quite a lot of time. During this process, i want to implement a progress bar, showing the status of the process. How do i do tht. Can someone, please help me on this. I thank in advance. cheers Mughi
-
hi I have an MFC MDI application, in which i carry out an process and at the end open an log file. This process involves quite a lot of time. During this process, i want to implement a progress bar, showing the status of the process. How do i do tht. Can someone, please help me on this. I thank in advance. cheers Mughi
You can have a simple dialog loaded from the MDI - It would be only displaying the progress bar. The value of the progress bar can be set from the parent MDI. * Artificial intelligence is no match for natural stupidity! *
-
You can have a simple dialog loaded from the MDI - It would be only displaying the progress bar. The value of the progress bar can be set from the parent MDI. * Artificial intelligence is no match for natural stupidity! *