Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMy ado stream object is not happy Pin
nss17-Aug-02 6:02
nss17-Aug-02 6:02 
GeneralScollbox size and position Pin
insanely42017-Aug-02 5:45
insanely42017-Aug-02 5:45 
GeneralRe: Scollbox size and position Pin
mishgun17-Aug-02 7:51
mishgun17-Aug-02 7:51 
GeneralRe: Scollbox size and position Pin
dlhson17-Aug-02 8:37
dlhson17-Aug-02 8:37 
GeneralDWORD to string and std::string Pin
Shamoon17-Aug-02 5:39
Shamoon17-Aug-02 5:39 
GeneralRe: DWORD to string and std::string Pin
Anonymous17-Aug-02 6:07
Anonymous17-Aug-02 6:07 
GeneralRe: DWORD to string and std::string Pin
mishgun17-Aug-02 7:48
mishgun17-Aug-02 7:48 
QuestionHow to implement a 'please wait' dialog.. Pin
Tre K Renegade17-Aug-02 4:58
Tre K Renegade17-Aug-02 4:58 
Hi people,

Does anyone have any suggestions on how to implement the following:

I've made a three page wizard and after the user clicks finish on the third page, I want to pop up a small dialog with nothing but a cancel button and a "Please wait while the data is being saved." message.

My initial plan was to let that dialog do the saving, although that means I'll need to make some detours to access the data that needs to be saved. The problem with that is that I can't seem to find the right windows message handler to start the saving procedure in. Basically, I can't find a WM that fires right after the dialog is shown on screen.

Another approach would be to let the wizard itself handle the saving, but in that case I'd have to make my 'please wait' dialog non-modal. And naturally, I don't want the user tampering with the wizard while it's saving. On top of that, it becomes more complicated to implement the cancel button. I can't see that happening without setting up separate threads. That somehow seems too complicated.

Anyone feel like pointing out the simple path that I'm sure is there somewhere? Thanks a lot...

ren
AnswerRe: How to implement a 'please wait' dialog.. Pin
Michael Dunn17-Aug-02 5:16
sitebuilderMichael Dunn17-Aug-02 5:16 
AnswerRe: How to implement a 'please wait' dialog.. Pin
dlhson17-Aug-02 8:43
dlhson17-Aug-02 8:43 
Questionhow to access bad pointers? Pin
includeh1017-Aug-02 3:28
includeh1017-Aug-02 3:28 
AnswerRe: how to access bad pointers? Pin
Michael P Butler17-Aug-02 3:45
Michael P Butler17-Aug-02 3:45 
GeneralRe: how to access bad pointers? Pin
includeh1017-Aug-02 4:24
includeh1017-Aug-02 4:24 
GeneralRe: how to access bad pointers? Pin
mishgun17-Aug-02 4:34
mishgun17-Aug-02 4:34 
GeneralRe: how to access bad pointers? Pin
dlhson17-Aug-02 8:49
dlhson17-Aug-02 8:49 
AnswerRe: how to access bad pointers? Pin
Philippe Mori17-Aug-02 10:10
Philippe Mori17-Aug-02 10:10 
AnswerRe: how to access bad pointers? Pin
Philip Patrick17-Aug-02 11:06
professionalPhilip Patrick17-Aug-02 11:06 
QuestionCan anyone suggest how to execute warm booting using address pointer Pin
Pankaj Singh17-Aug-02 2:36
Pankaj Singh17-Aug-02 2:36 
AnswerRe: Can anyone suggest how to execute warm booting using address pointer Pin
dlhson17-Aug-02 8:51
dlhson17-Aug-02 8:51 
GeneralRight align list column in list view. Pin
Steve L.17-Aug-02 2:02
Steve L.17-Aug-02 2:02 
GeneralRe: Right align list column in list view. Pin
Michael P Butler17-Aug-02 3:56
Michael P Butler17-Aug-02 3:56 
GeneralRe: Right align list column in list view. Pin
dlhson17-Aug-02 8:53
dlhson17-Aug-02 8:53 
GeneralRe: Right align list column in list view. Pin
Steve L.17-Aug-02 12:28
Steve L.17-Aug-02 12:28 
Questiondoes VB have STL? Pin
nss17-Aug-02 0:44
nss17-Aug-02 0:44 
AnswerRe: does VB have STL? Pin
Michael P Butler17-Aug-02 3:51
Michael P Butler17-Aug-02 3:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.