Hi,
I'm not sure on where to place my processing code when a after a dialog box is drawn/activated. There is no need for user interaction (ie no OK/Cancel Buttons)
For example, I want the .exe to fire up some processing code and I have a dialog with a progress bar to indicate progress while the process is running.
now where should I place the processing code, I don't think it should be done on OnInitDialog
Suggestions?
-d
I'm not sure on where to place my processing code when a after a dialog box is drawn/activated. There is no need for user interaction (ie no OK/Cancel Buttons)
For example, I want the .exe to fire up some processing code and I have a dialog with a progress bar to indicate progress while the process is running.
now where should I place the processing code, I don't think it should be done on OnInitDialog
Suggestions?
-d