![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Jun 2005
Location: Kent (old) England
Posts: 34
Rep Power: 0
![]() |
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 |
|
|
|
|
|
#2 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 499
Rep Power: 4
![]() |
create it as a modeless dialog (see MSDN) so that the program can continue working.
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: Jun 2005
Location: Kent (old) England
Posts: 34
Rep Power: 0
![]() |
http://msdn.microsoft.com/library/de...alog_boxes.asp does not mean much to me.
__________________
I use MSVC6.0, on XP Pro Happy Programming :D http://www.danasoft.com/sig/NelliesSig.jpg |
|
|
|
|
|
#4 |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 499
Rep Power: 4
![]() |
There are lots of examples on the net. Google for "how to create a modeless dialog" and you get several good hits. Here's just one of them
http://www.google.com/search?hl=en&q...=Google+Search google should become one of your best programming tutors |
|
|
|
|
|
#5 |
|
Programmer
|
If you have difficulty finding the help you need, I have an example at home that I used as part of a Uni module that I can try and dig out for you.
kirkl_uk |
|
|
|
|
|
#6 | |
|
Programmer
Join Date: Jun 2005
Location: Kent (old) England
Posts: 34
Rep Power: 0
![]() |
Looking at the first link on google, http://www.codeproject.com/dialog/modelesschild.asp
Quote:
__________________
I use MSVC6.0, on XP Pro Happy Programming :D http://www.danasoft.com/sig/NelliesSig.jpg |
|
|
|
|
|
|
#7 | |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 499
Rep Power: 4
![]() |
Quote:
|
|
|
|
|
|
|
#8 |
|
Programmer
Join Date: Jun 2005
Location: Kent (old) England
Posts: 34
Rep Power: 0
![]() |
I use MFC, but as have only just started i am still a bit unsure.
This is all one big steep learning curve for me...
__________________
I use MSVC6.0, on XP Pro Happy Programming :D http://www.danasoft.com/sig/NelliesSig.jpg |
|
|
|
|
|
#9 | |
|
PFO God In Training
![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 499
Rep Power: 4
![]() |
Quote:
|
|
|
|
|
|
|
#10 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
Nellie: your sig should say "members who consisted of a large portion..." you're using "whom" incorrectly.
Just wanted to let you know. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|