Click here to Skip to main content
15,897,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDeath is in the details... Thanks pallini! -nt- Pin
Mike the Red11-Aug-09 2:31
Mike the Red11-Aug-09 2:31 
GeneralYou are welcome. Pin
CPallini11-Aug-09 2:36
mveCPallini11-Aug-09 2:36 
AnswerRe: delete [] problem, and extra char(s) showing up in substring? Pin
David Crow11-Aug-09 2:53
David Crow11-Aug-09 2:53 
AnswerRe: delete [] problem, and extra char(s) showing up in substring? Pin
Cedric Moonen11-Aug-09 3:10
Cedric Moonen11-Aug-09 3:10 
Generalomfg -or- Thank you, Cedric Pin
Mike the Red11-Aug-09 4:03
Mike the Red11-Aug-09 4:03 
QuestionFSCTL_EXTEND_VOLUME fails Pin
Madan Chauhan11-Aug-09 1:30
Madan Chauhan11-Aug-09 1:30 
QuestionReturn value of a MFC Dialog Box Applicatin.. Pin
Member 383463011-Aug-09 1:02
Member 383463011-Aug-09 1:02 
AnswerRe: Return value of a MFC Dialog Box Applicatin.. Pin
Cedric Moonen11-Aug-09 1:10
Cedric Moonen11-Aug-09 1:10 
The DoModal function returns an integer so you won't be able to change that (except if you create your own function to create the modla dialog). But anyway, this is in general not needed: you could simply add a function that returns you the string. The return of DoModal is used to return informatino about how the dialog has been closed to the user. It doesn't make a lot of sense to return some kind of data there.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

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 
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 

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.