Hi,i have a quick question. I have a program that does alot of calculations near its completion. To indicate to the user that it is still working so they dont close it I have a dialog box with a progress bar pop up. when the dialog comes up, the regular execution of the original program stops until I close the dialog, so I was wondering if there is a way to tell the origianl program to keep running while the dialog is open(since the original program would be updating the progress metre).p.s. using MFC(not by choice)Thanks alot!