Thread: CDialog
View Single Post
Old Jun 3rd, 2005, 5:45 AM   #1
Nellie
Programmer
 
Nellie's Avatar
 
Join Date: Jun 2005
Location: Kent (old) England
Posts: 34
Rep Power: 0 Nellie is on a distinguished road
CDialog

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
__________________
I use MSVC6.0, on XP Pro

Happy Programming :D

http://www.danasoft.com/sig/NelliesSig.jpg
Nellie is offline   Reply With Quote