does anyone know how to open a 'processing' dialog and then close it again from the main app dialog.
for example:
CProcessingDlg.OPEN() //i dont know the exact call. ( i think it is DoModal(), but not sure)
for (...
{
//stuff
}
CProcessingDlg.COLSE() // again, i dont know the call to make.
I am using MSVC6
thanks
Nellie