Click here to Skip to main content
16,004,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Same answer as before... When you used the class wizard to put a string in, where did you put it.

And to reflect your question back at you... Where else can member variables be if not part of an object.

Longer answer:
The DDX_xxxx functions will work on any int / CString / thing, but unless you have a good reason to work on something that's not a member of the dialog class that the DoDataExchange method is a member of, don't do it!

As your understanding is obviously basic [*], I'd stay with boring defualt stuff for now.

Iain.

[*] No offense: We all were beginners once. I'll only insult people if they fail to learn, not when they're starting.

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
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 
GeneralRe: I need help URGENT plz Pin
Mohamed_Khalil24-Mar-09 5:59
Mohamed_Khalil24-Mar-09 5:59 
GeneralRe: I need help URGENT plz Pin
Michael Schubert24-Mar-09 6:02
Michael Schubert24-Mar-09 6:02 
GeneralRe: I need help URGENT plz Pin
CPallini24-Mar-09 7:56
mveCPallini24-Mar-09 7:56 
GeneralRe: I need help URGENT plz Pin
Roger Stoltz24-Mar-09 6:02
Roger Stoltz24-Mar-09 6:02 
AnswerRe: I need help URGENT plz Pin
Maximilien24-Mar-09 6:02
Maximilien24-Mar-09 6:02 

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.