Click here to Skip to main content
15,923,576 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help! How to update the resource in an exe file under Win98? Pin
vikramlinux10-Mar-03 19:12
vikramlinux10-Mar-03 19:12 
AnswerRe: Help! How to update the resource in an exe file under Win98? Pin
Baris Kurtlutepe10-Mar-03 21:47
Baris Kurtlutepe10-Mar-03 21:47 
GeneralRe: Help! How to update the resource in an exe file under Win98? Pin
stanley guan11-Mar-03 13:20
stanley guan11-Mar-03 13:20 
GeneralRe: Help! How to update the resource in an exe file under Win98? Pin
stanley guan11-Mar-03 14:11
stanley guan11-Mar-03 14:11 
GeneralParent Child Data Sharing Pin
GWENJi10-Mar-03 16:43
GWENJi10-Mar-03 16:43 
GeneralRe: Parent Child Data Sharing Pin
Dave Bryant10-Mar-03 17:08
Dave Bryant10-Mar-03 17:08 
GeneralRe: Parent Child Data Sharing Pin
jhwurmbach10-Mar-03 20:30
jhwurmbach10-Mar-03 20:30 
GeneralRe: Parent Child Data Sharing Pin
jhwurmbach10-Mar-03 20:31
jhwurmbach10-Mar-03 20:31 
IMHO it is easiest to have a SetData() and a GetData() function in your second dialog class, which takes/returns a data structure. If your second dialog returns IDOK you use the data returned from GetData(), if it returns IDCANCEL, you throw it away.



My opinions may have changed, but not the fact that I am right.
GeneralStrings to Variable Names Pin
James A Beggs10-Mar-03 16:28
James A Beggs10-Mar-03 16:28 
GeneralRe: Strings to Variable Names Pin
Abin10-Mar-03 22:02
Abin10-Mar-03 22:02 
GeneralRe: Strings to Variable Names Pin
Cedric Moonen10-Mar-03 22:19
Cedric Moonen10-Mar-03 22:19 
GeneralRe: Strings to Variable Names Pin
jhwurmbach10-Mar-03 22:28
jhwurmbach10-Mar-03 22:28 
QuestionWhat is the most annoying little programming error you have made repeatedly, that everyone assumes you already knew, and you went absolutely nuts trying to figure it out? Pin
ursus zeta10-Mar-03 13:10
ursus zeta10-Mar-03 13:10 
AnswerRe: What is the most annoying little programming error you have made repeatedly, that everyone assumes you already knew, and you went absolutely nuts trying to figure it out? Pin
whatt10-Mar-03 13:29
whatt10-Mar-03 13:29 
GeneralRe: What is the most annoying little programming error you have made repeatedly, that everyone assumes you already knew, and you went absolutely nuts trying to figure it out? Pin
Michael Dunn10-Mar-03 14:39
sitebuilderMichael Dunn10-Mar-03 14:39 
GeneralRe: What is the most annoying little programming error you have made repeatedly, that everyone assumes you already knew, and you went absolutely nuts trying to figure it out? Pin
Baris Kurtlutepe10-Mar-03 21:33
Baris Kurtlutepe10-Mar-03 21:33 
AnswerRe: What is the most annoying little programming error you have made repeatedly, that everyone assumes you already knew, and you went absolutely nuts trying to figure it out? Pin
Taka Muraoka10-Mar-03 13:36
Taka Muraoka10-Mar-03 13:36 
AnswerRe: What is the most annoying little programming error you have made repeatedly, that everyone assumes you already knew, and you went absolutely nuts trying to figure it out? Pin
73Zeppelin10-Mar-03 16:45
73Zeppelin10-Mar-03 16:45 
GeneralRe: What is the most annoying little programming error you have made repeatedly, that everyone assumes you already knew, and you went absolutely nuts trying to figure it out? Pin
RaajaOfSelf10-Mar-03 22:37
RaajaOfSelf10-Mar-03 22:37 
AnswerRe: What is the most annoying little programming error you have made repeatedly, that everyone assumes you already knew, and you went absolutely nuts trying to figure it out? Pin
567890123410-Mar-03 22:54
567890123410-Mar-03 22:54 
GeneralHa Ha, I'm such a nitwit,... Pin
ursus zeta11-Mar-03 6:42
ursus zeta11-Mar-03 6:42 
QuestionConvert CStrings to Null-terminated? Pin
brigham_young10-Mar-03 12:30
brigham_young10-Mar-03 12:30 
AnswerRe: Convert CStrings to Null-terminated? Pin
Dave Bryant10-Mar-03 12:34
Dave Bryant10-Mar-03 12:34 
AnswerRe: Convert CStrings to Null-terminated? Pin
Michael Dunn10-Mar-03 13:02
sitebuilderMichael Dunn10-Mar-03 13:02 
GeneralRe: Convert CStrings to Null-terminated? Pin
Nish Nishant10-Mar-03 13:40
sitebuilderNish Nishant10-Mar-03 13:40 

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.