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

C / C++ / MFC

 
QuestionWizard Style Dialogs Pin
Abhijeet Pathak18-Jun-07 22:39
Abhijeet Pathak18-Jun-07 22:39 
AnswerRe: Wizard Style Dialogs Pin
_AnsHUMAN_ 18-Jun-07 22:43
_AnsHUMAN_ 18-Jun-07 22:43 
GeneralRe: Wizard Style Dialogs Pin
Abhijeet Pathak18-Jun-07 22:49
Abhijeet Pathak18-Jun-07 22:49 
GeneralRe: Wizard Style Dialogs Pin
_AnsHUMAN_ 18-Jun-07 22:55
_AnsHUMAN_ 18-Jun-07 22:55 
GeneralRe: Wizard Style Dialogs Pin
Abhijeet Pathak18-Jun-07 23:06
Abhijeet Pathak18-Jun-07 23:06 
AnswerRe: Wizard Style Dialogs Pin
Iain Clarke, Warrior Programmer19-Jun-07 0:37
Iain Clarke, Warrior Programmer19-Jun-07 0:37 
GeneralRe: Wizard Style Dialogs Pin
Abhijeet Pathak19-Jun-07 1:27
Abhijeet Pathak19-Jun-07 1:27 
GeneralRe: Wizard Style Dialogs Pin
Roger Stoltz19-Jun-07 2:56
Roger Stoltz19-Jun-07 2:56 
In addition to what Ian already stated:

From MSDN about DoDataExchange:
Never call this function directly. It is called by the UpdateData member function. Call UpdateData to initialize a dialog box’s controls or retrieve data from a dialog box.


Thus, you don't call this function at all.


Depending on your design and how you use your dialogs, perhaps you shouldn't even call UpdateData either. See here[^] for an alternative.


a_b_pathak wrote:

I guess i am new to MFC, and don't know much in's and out's...
i'm trying to learn...


Then I suggest you take a look at Joe Newcomer's excellent site where he's gathered quite a few very useful tips: http://www.flounder.com/mvp_tips.htm[^].


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown

QuestionRemove item from a vector? Pin
bosfan18-Jun-07 21:27
bosfan18-Jun-07 21:27 
AnswerRe: Remove item from a vector? Pin
RChin18-Jun-07 21:36
RChin18-Jun-07 21:36 
AnswerRe: Remove item from a vector? Pin
Cedric Moonen18-Jun-07 22:44
Cedric Moonen18-Jun-07 22:44 
QuestionA quiz here C or C++ Pin
C_Zealot18-Jun-07 20:56
C_Zealot18-Jun-07 20:56 
AnswerRe: A quiz here C or C++ Pin
BadKarma18-Jun-07 21:34
BadKarma18-Jun-07 21:34 
AnswerRe: A quiz here C or C++ Pin
RChin18-Jun-07 21:38
RChin18-Jun-07 21:38 
AnswerRe: A quiz here C or C++ Pin
Matthew Faithfull18-Jun-07 22:02
Matthew Faithfull18-Jun-07 22:02 
GeneralRe: A quiz here C or C++ [modified] Pin
BadKarma18-Jun-07 22:05
BadKarma18-Jun-07 22:05 
GeneralRe: A quiz here C or C++ Pin
Matthew Faithfull19-Jun-07 3:52
Matthew Faithfull19-Jun-07 3:52 
GeneralRe: A quiz here C or C++ Pin
BadKarma20-Jun-07 12:32
BadKarma20-Jun-07 12:32 
GeneralRe: A quiz here C or C++ Pin
C_Zealot18-Jun-07 22:19
C_Zealot18-Jun-07 22:19 
AnswerRe: A quiz here C or C++ Pin
Mark Salsbery19-Jun-07 8:07
Mark Salsbery19-Jun-07 8:07 
QuestionError message when I try to builder a aplication on VC++ Pin
Tuongnd18-Jun-07 20:47
Tuongnd18-Jun-07 20:47 
AnswerRe: Error message when I try to builder a aplication on VC++ Pin
Tuongnd18-Jun-07 21:07
Tuongnd18-Jun-07 21:07 
QuestionHOW i CAN switch from one menu window to another menu window? Pin
vikramkarthik18-Jun-07 20:36
vikramkarthik18-Jun-07 20:36 
AnswerRe: HOW i CAN switch from one menu window to another menu window? Pin
ashokbngr18-Jun-07 20:53
ashokbngr18-Jun-07 20:53 
GeneralRe: HOW i CAN switch from one menu window to another menu window? Pin
vikramkarthik18-Jun-07 21:06
vikramkarthik18-Jun-07 21:06 

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.