Click here to Skip to main content
16,005,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: is this a clue? Pin
ns26-Mar-03 9:42
ns26-Mar-03 9:42 
GeneralRe: is this a clue? Pin
Tim Smith26-Mar-03 9:53
Tim Smith26-Mar-03 9:53 
GeneralRe: is this a clue? Pin
Ravi Bhavnani26-Mar-03 10:00
professionalRavi Bhavnani26-Mar-03 10:00 
GeneralRe: is this a clue? Pin
ns27-Mar-03 1:51
ns27-Mar-03 1:51 
Generalno go... Pin
ns27-Mar-03 2:25
ns27-Mar-03 2:25 
GeneralRe: is this a clue? Pin
Ravi Bhavnani27-Mar-03 2:52
professionalRavi Bhavnani27-Mar-03 2:52 
GeneralRe: is this a clue? Pin
ns27-Mar-03 3:25
ns27-Mar-03 3:25 
GeneralRe: is this a clue? Pin
Ravi Bhavnani27-Mar-03 5:42
professionalRavi Bhavnani27-Mar-03 5:42 

You wrote:
but still never saw the cdialog at all

Is the dialog defined within OnInitialUpdate()? If so, you won't see it because it's destructed the moment it goes out of scope. You need to make it a member of the view.

What I've suggested is a pretty standard way of showing progress as a view opens up. I suspect you're doing sumpin' wrong.

/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
Generalso ques is: Pin
ns27-Mar-03 6:52
ns27-Mar-03 6:52 
GeneralRe: so ques is: Pin
Ravi Bhavnani27-Mar-03 7:13
professionalRavi Bhavnani27-Mar-03 7:13 
GeneralRe: so ques is: Pin
ns27-Mar-03 7:23
ns27-Mar-03 7:23 
GeneralReally bizarre but resolved (though no see CDlg) Pin
ns27-Mar-03 7:27
ns27-Mar-03 7:27 
GeneralRe: so ques is: Pin
ns27-Mar-03 7:56
ns27-Mar-03 7:56 
GeneralRe: so ques is: Pin
Ravi Bhavnani27-Mar-03 8:42
professionalRavi Bhavnani27-Mar-03 8:42 
GeneralEmbedded Excel Pin
act_x26-Mar-03 8:30
act_x26-Mar-03 8:30 
GeneralRe: Embedded Excel Pin
François Gasnier26-Mar-03 10:32
François Gasnier26-Mar-03 10:32 
GeneralRe: Embedded Excel Pin
act_x26-Mar-03 11:10
act_x26-Mar-03 11:10 
GeneralRegex++ causes abnormal program termination Pin
annum26-Mar-03 8:25
annum26-Mar-03 8:25 
GeneralRe: Regex++ causes abnormal program termination Pin
Dave Bryant26-Mar-03 9:12
Dave Bryant26-Mar-03 9:12 
GeneralRe: Regex++ causes abnormal program termination Pin
Steve Mayfield26-Mar-03 9:34
Steve Mayfield26-Mar-03 9:34 
GeneralRe: Regex++ causes abnormal program termination Pin
annum26-Mar-03 14:54
annum26-Mar-03 14:54 
Generalsetting the "break on unhandled exceptions" Pin
ns26-Mar-03 8:25
ns26-Mar-03 8:25 
GeneralRe: setting the "break on unhandled exceptions" Pin
Chris Losinger26-Mar-03 8:47
professionalChris Losinger26-Mar-03 8:47 
GeneralRe: setting the "break on unhandled exceptions" Pin
ns26-Mar-03 8:51
ns26-Mar-03 8:51 
GeneralDesign approach Pin
Mike Fenske26-Mar-03 8:00
Mike Fenske26-Mar-03 8:00 

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.