Click here to Skip to main content
15,893,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Return value of a MFC Dialog Box Applicatin.. Pin
Cedric Moonen11-Aug-09 1:10
Cedric Moonen11-Aug-09 1:10 
QuestionRe: Return value of a MFC Dialog Box Applicatin.. Pin
CPallini11-Aug-09 1:49
mveCPallini11-Aug-09 1:49 
QuestionRe: Return value of a MFC Dialog Box Applicatin.. Pin
Maximilien11-Aug-09 2:39
Maximilien11-Aug-09 2:39 
QuestionRe: Return value of a MFC Dialog Box Applicatin.. Pin
CPallini11-Aug-09 2:54
mveCPallini11-Aug-09 2:54 
AnswerRe: Return value of a MFC Dialog Box Applicatin.. Pin
Maximilien11-Aug-09 2:59
Maximilien11-Aug-09 2:59 
GeneralRe: Return value of a MFC Dialog Box Applicatin.. Pin
CPallini11-Aug-09 3:10
mveCPallini11-Aug-09 3:10 
GeneralRe: Return value of a MFC Dialog Box Applicatin.. Pin
Member 383463011-Aug-09 4:04
Member 383463011-Aug-09 4:04 
GeneralRe: Return value of a MFC Dialog Box Applicatin.. Pin
CPallini11-Aug-09 4:49
mveCPallini11-Aug-09 4:49 
You may, for instance, return a integer value and then call the other process with a string appropriate to such a integer return value, e.g. (pseudocode):

int r = call(myProcess);
switch( r )
{
case eOK:
  call(theOtherNastyProcess, "OK");
  break;
...
}


Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: Return value of a MFC Dialog Box Applicatin.. Pin
wmallory11-Aug-09 5:50
wmallory11-Aug-09 5:50 
GeneralRe: Return value of a MFC Dialog Box Applicatin.. Pin
Member 383463011-Aug-09 23:11
Member 383463011-Aug-09 23:11 
QuestionHide the appliation on startup without flickering Pin
Deepak.Prahlad11-Aug-09 0:56
Deepak.Prahlad11-Aug-09 0:56 
AnswerRe: Hide the appliation on startup without flickering Pin
Chandrasekharan P11-Aug-09 1:09
Chandrasekharan P11-Aug-09 1:09 
GeneralRe: Hide the appliation on startup without flickering Pin
Deepak.Prahlad11-Aug-09 1:22
Deepak.Prahlad11-Aug-09 1:22 
GeneralRe: Hide the appliation on startup without flickering Pin
Chandrasekharan P11-Aug-09 2:25
Chandrasekharan P11-Aug-09 2:25 
AnswerRe: Hide the appliation on startup without flickering Pin
Milind Mehendale18-Sep-09 2:29
Milind Mehendale18-Sep-09 2:29 
QuestionResize MainFrame to fit Child Frame Pin
vikrant kpr11-Aug-09 0:49
vikrant kpr11-Aug-09 0:49 
QuestionAudio Visualization Pin
nabeel_anchal11-Aug-09 0:25
nabeel_anchal11-Aug-09 0:25 
QuestionUsing a 3rd Party Library Pin
jBusy11-Aug-09 0:25
jBusy11-Aug-09 0:25 
AnswerRe: Using a 3rd Party Library Pin
Cedric Moonen11-Aug-09 0:52
Cedric Moonen11-Aug-09 0:52 
GeneralRe: Using a 3rd Party Library Pin
jBusy11-Aug-09 1:35
jBusy11-Aug-09 1:35 
GeneralRe: Using a 3rd Party Library Pin
Bacon Ultimate Cheeseburger11-Aug-09 14:10
Bacon Ultimate Cheeseburger11-Aug-09 14:10 
QuestionFortran 77 compiler on windows Pin
kewl.jad10-Aug-09 23:59
kewl.jad10-Aug-09 23:59 
AnswerRe: Fortran 77 compiler on windows Pin
Chandrasekharan P11-Aug-09 0:24
Chandrasekharan P11-Aug-09 0:24 
QuestionRe: Fortran 77 compiler on windows Pin
kewl.jad11-Aug-09 1:49
kewl.jad11-Aug-09 1:49 
AnswerRe: Fortran 77 compiler on windows Pin
Stuart Dootson11-Aug-09 2:39
professionalStuart Dootson11-Aug-09 2:39 

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.