Click here to Skip to main content
15,789,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionI need help figuring this out please Pin
LilKoopa16-Oct-08 19:05
LilKoopa16-Oct-08 19:05 
AnswerRe: I need help figuring this out please Pin
User 21559716-Oct-08 19:36
User 21559716-Oct-08 19:36 
GeneralRe: I need help figuring this out please Pin
LilKoopa17-Oct-08 8:51
LilKoopa17-Oct-08 8:51 
AnswerRe: I need help figuring this out please Pin
David Crow17-Oct-08 9:52
David Crow17-Oct-08 9:52 
QuestionInterface Design Question Pin
mombawomba16-Oct-08 17:08
mombawomba16-Oct-08 17:08 
AnswerRe: Interface Design Question Pin
Graham Shanks17-Oct-08 0:43
Graham Shanks17-Oct-08 0:43 
QuestionNew to MFC Pin
BobInNJ16-Oct-08 15:51
BobInNJ16-Oct-08 15:51 
AnswerRe: New to MFC Pin
mombawomba16-Oct-08 17:22
mombawomba16-Oct-08 17:22 
The book you've got is really good for learning MFC.

The question I have is: what version of visual studio are you using to run the examples? I found it easy to compile the examples with VC++ 6.0. I think that the newer versions of VC++ will work but you might get some problems.

As far as the need for SDI and MDI applications: you can usually get by just using dialog based apps. However, the SDI apps provide a better design framework. This is especially true if you want to distribute your presentation code from you data handling code. The SDI framework also makes it easy to save your application's data.

One thing that might help you is to try deriving the View class from CFormView. This has the effect of combining the SDI Document/View framework with the ease of Dialog programming. (The App wizard allows you to change the View base class in the last step.)

Good luck
QuestionAssignment Code Pin
dtaylor0116-Oct-08 13:53
dtaylor0116-Oct-08 13:53 
AnswerRe: Assignment Code Pin
BobInNJ16-Oct-08 14:40
BobInNJ16-Oct-08 14:40 
GeneralRe: Assignment Code Pin
dtaylor0116-Oct-08 15:21
dtaylor0116-Oct-08 15:21 
GeneralRe: Assignment Code Pin
BobInNJ16-Oct-08 15:29
BobInNJ16-Oct-08 15:29 
GeneralRe: Assignment Code Pin
dtaylor0116-Oct-08 15:36
dtaylor0116-Oct-08 15:36 
GeneralRe: Assignment Code Pin
BobInNJ16-Oct-08 15:40
BobInNJ16-Oct-08 15:40 
GeneralRe: Assignment Code [modified] Pin
dtaylor0116-Oct-08 15:46
dtaylor0116-Oct-08 15:46 
GeneralRe: Assignment Code Pin
BobInNJ16-Oct-08 15:57
BobInNJ16-Oct-08 15:57 
GeneralRe: Assignment Code Pin
dtaylor0116-Oct-08 16:05
dtaylor0116-Oct-08 16:05 
QuestionRegEnumValue() returns garbage value for DWORD and BINARY Datatype! Pin
Supriya Tonape16-Oct-08 12:38
Supriya Tonape16-Oct-08 12:38 
AnswerRe: RegEnumValue() returns garbage value for DWORD and BINARY Datatype! Pin
CPallini16-Oct-08 13:07
mveCPallini16-Oct-08 13:07 
GeneralRe: RegEnumValue() returns garbage value for DWORD and BINARY Datatype! Pin
Supriya Tonape17-Oct-08 11:18
Supriya Tonape17-Oct-08 11:18 
GeneralRe: RegEnumValue() returns garbage value for DWORD and BINARY Datatype! Pin
CPallini17-Oct-08 11:51
mveCPallini17-Oct-08 11:51 
GeneralRe: RegEnumValue() returns garbage value for DWORD and BINARY Datatype! Pin
Supriya Tonape19-Oct-08 0:21
Supriya Tonape19-Oct-08 0:21 
QuestionRe: RegEnumValue() returns garbage value for DWORD and BINARY Datatype! Pin
CPallini19-Oct-08 11:39
mveCPallini19-Oct-08 11:39 
AnswerRe: RegEnumValue() returns garbage value for DWORD and BINARY Datatype! Pin
Supriya Tonape21-Oct-08 2:26
Supriya Tonape21-Oct-08 2:26 
GeneralRe: RegEnumValue() returns garbage value for DWORD and BINARY Datatype! Pin
CPallini21-Oct-08 2:53
mveCPallini21-Oct-08 2:53 

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.