Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A question about SDI architecture ... Pin
CPallini24-Mar-09 7:53
mveCPallini24-Mar-09 7:53 
QuestionClarification Of Dialog Data Exchange process in MFC Pin
ForNow24-Mar-09 6:19
ForNow24-Mar-09 6:19 
AnswerRe: Clarification Of Dialog Data Exchange process in MFC Pin
Rick York24-Mar-09 6:45
mveRick York24-Mar-09 6:45 
QuestionRe: Clarification Of Dialog Data Exchange process in MFC Pin
CPallini24-Mar-09 6:54
mveCPallini24-Mar-09 6:54 
AnswerRe: Clarification Of Dialog Data Exchange process in MFC Pin
ForNow24-Mar-09 7:08
ForNow24-Mar-09 7:08 
QuestionRe: Clarification Of Dialog Data Exchange process in MFC Pin
David Crow24-Mar-09 7:09
David Crow24-Mar-09 7:09 
GeneralRe: Clarification Of Dialog Data Exchange process in MFC Pin
CPallini24-Mar-09 7:30
mveCPallini24-Mar-09 7:30 
AnswerRe: Clarification Of Dialog Data Exchange process in MFC Pin
Iain Clarke, Warrior Programmer24-Mar-09 8:28
Iain Clarke, Warrior Programmer24-Mar-09 8:28 
There's no need to ask us this question... You can answer it yourself with the power of the debugger!

Make a dummy dialogbox project.

Add an text box on the dialog, and double click on that to associate it with a CString member. Or int, or whatever is making you happy today.

Find the CMyDialog::DoDataExchange member function. Put a breakpoint there.

Run your software, and press f10 or click on the next-line button. You will see exactly what MFC does for you.

(Hint, UpdateData only has one parameter, and it's a BOOL)

Good luck with your discoveries,

Iain.

In the process of moving to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), give me a job!

GeneralRe: Clarification Of Dialog Data Exchange process in MFC Pin
ForNow24-Mar-09 17:11
ForNow24-Mar-09 17:11 
GeneralRe: Clarification Of Dialog Data Exchange process in MFC Pin
Iain Clarke, Warrior Programmer24-Mar-09 23:13
Iain Clarke, Warrior Programmer24-Mar-09 23:13 
GeneralRe: Clarification Of Dialog Data Exchange process in MFC Pin
ForNow25-Mar-09 2:37
ForNow25-Mar-09 2:37 
GeneralRe: Clarification Of Dialog Data Exchange process in MFC Pin
ForNow25-Mar-09 6:51
ForNow25-Mar-09 6:51 
GeneralRe: Clarification Of Dialog Data Exchange process in MFC Pin
Iain Clarke, Warrior Programmer25-Mar-09 7:06
Iain Clarke, Warrior Programmer25-Mar-09 7:06 
GeneralRe: Clarification Of Dialog Data Exchange process in MFC Pin
ForNow25-Mar-09 14:22
ForNow25-Mar-09 14:22 
JokeOption missing Pin
Michael Schubert24-Mar-09 5:55
Michael Schubert24-Mar-09 5:55 
GeneralRe: Option missing Pin
Yusuf24-Mar-09 6:00
Yusuf24-Mar-09 6:00 
GeneralRe: Option missing Pin
toxcct24-Mar-09 6:13
toxcct24-Mar-09 6:13 
GeneralRe: Option missing Pin
Michael Schubert24-Mar-09 6:15
Michael Schubert24-Mar-09 6:15 
GeneralRe: Option missing Pin
toxcct24-Mar-09 6:17
toxcct24-Mar-09 6:17 
GeneralRe: Option missing Pin
Joseph Marzbani24-Mar-09 7:27
Joseph Marzbani24-Mar-09 7:27 
JokeRe: Option missing Pin
CPallini24-Mar-09 6:49
mveCPallini24-Mar-09 6:49 
GeneralRe: Option missing Pin
toxcct24-Mar-09 7:29
toxcct24-Mar-09 7:29 
JokeRe: Option missing Pin
CPallini24-Mar-09 7:33
mveCPallini24-Mar-09 7:33 
QuestionI need help URGENT plz Pin
Mohamed_Khalil24-Mar-09 5:54
Mohamed_Khalil24-Mar-09 5:54 
AnswerRe: I need help URGENT plz Pin
Michael Schubert24-Mar-09 5:57
Michael Schubert24-Mar-09 5:57 

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.