Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Yes, that seems right. Your handler should do something like this:
CLoading cLoading (this);
cLoading.setInitData (ptrToView'sData);  // so that cLoading can do what it needs to do
long nStatus = cLoading.DoModal();       // display dialog - it will dismiss itself
if (nStatus == IDOK)                     // init completed successfully
   ....;
else {                                   // init failed
   AfxMessageBox ("Error!"):
   close the view;
}
/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
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 
Generalcalling dll from VC++ Pin
kulsukh26-Mar-03 7:25
kulsukh26-Mar-03 7:25 
GeneralRe: calling dll from VC++ Pin
Mike Nordell26-Mar-03 7:49
Mike Nordell26-Mar-03 7:49 

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.