Click here to Skip to main content
15,907,910 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Running another application within a window Pin
TuPacMansur3-Mar-06 18:59
TuPacMansur3-Mar-06 18:59 
AnswerRe: Running another application within a window Pin
Malli_S3-Mar-06 21:55
Malli_S3-Mar-06 21:55 
GeneralRe: Running another application within a window Pin
TuPacMansur5-Mar-06 23:43
TuPacMansur5-Mar-06 23:43 
Questiondll Pin
derek73-Mar-06 14:44
derek73-Mar-06 14:44 
AnswerRe: dll Pin
QuickDeveloper3-Mar-06 17:22
QuickDeveloper3-Mar-06 17:22 
QuestionTop margin in CEditView Pin
Hugh S. Myers3-Mar-06 10:20
Hugh S. Myers3-Mar-06 10:20 
AnswerRe: Top margin in CEditView Pin
Richard_483-Mar-06 11:29
Richard_483-Mar-06 11:29 
GeneralRe: Top margin in CEditView Pin
Richard_483-Mar-06 11:35
Richard_483-Mar-06 11:35 
GeneralRe: Top margin in CEditView Pin
Hugh S. Myers3-Mar-06 12:42
Hugh S. Myers3-Mar-06 12:42 
GeneralRe: Top margin in CEditView Pin
Hugh S. Myers3-Mar-06 13:06
Hugh S. Myers3-Mar-06 13:06 
AnswerRe: Top margin in CEditView Pin
Hugh S. Myers5-Mar-06 6:55
Hugh S. Myers5-Mar-06 6:55 
QuestionMFC & inner class question... Pin
Alberto_Canabal3-Mar-06 7:30
Alberto_Canabal3-Mar-06 7:30 
AnswerRe: MFC & inner class question... Pin
Blake Miller3-Mar-06 7:59
Blake Miller3-Mar-06 7:59 
GeneralRe: MFC & inner class question... Pin
Alberto_Canabal6-Mar-06 0:06
Alberto_Canabal6-Mar-06 0:06 
GeneralRe: MFC & inner class question... Pin
Blake Miller6-Mar-06 5:36
Blake Miller6-Mar-06 5:36 
AnswerRe: MFC & inner class question... Pin
Chris Losinger3-Mar-06 8:21
professionalChris Losinger3-Mar-06 8:21 
GeneralRe: MFC & inner class question... Pin
Alberto_Canabal6-Mar-06 0:02
Alberto_Canabal6-Mar-06 0:02 
Question[Message Deleted] Pin
johni__boy3-Mar-06 6:33
johni__boy3-Mar-06 6:33 
AnswerRe: a problem by linked list ; help needed Pin
David Crow3-Mar-06 6:38
David Crow3-Mar-06 6:38 
GeneralRe: a problem by linked list ; help needed Pin
johni__boy3-Mar-06 13:30
johni__boy3-Mar-06 13:30 
GeneralRe: a problem by linked list ; help needed Pin
IdUnknown3-Mar-06 17:56
IdUnknown3-Mar-06 17:56 
AnswerRe: a problem by linked list ; help needed Pin
basementman3-Mar-06 7:24
basementman3-Mar-06 7:24 
AnswerRe: a problem by linked list ; help needed Pin
Stephen Hewitt3-Mar-06 20:19
Stephen Hewitt3-Mar-06 20:19 
QuestionProblem with registering ITTAPIEventNotification interface Pin
bisvl3-Mar-06 5:57
bisvl3-Mar-06 5:57 
QuestionHow do make a FormView without Doc/View Pin
Jethro633-Mar-06 5:49
Jethro633-Mar-06 5:49 
Greetings:

I am trying to experiment with making an application with flexible windows that show different things and can be opened and closed at will and in no particular order. I do not want to involve the document / view architecture. There's no need for an underlying document; my program receives input data from external ports of various kinds.

For openers, I tried to create an SDI application with no Doc/View but whose client is a CFormView, not a CChildView. Why is this hard?

Should I REPLACE the CChildView client window with a CFormView? Or, should I create a CFormView and then derive the CChildView from the new CFormView (instead of from CWnd as the App Lizard would have it)?

I have a metric tonne of books on the subject of programming in MFC and I have yet to encounter one, just ONE, that clearly explains and lays out the architecture of SDI, MDI, Doc/View, non-Doc/View, splitters, CMainFrame, Views, etc, etc. I would like to understand these things in such a way that I can finally feel that I have some measure of control and choice as to how my application windows behave and can write a program that breaks from the straight jacket that is the MFC App-Lizard. Has anyone out there encountered a book or resource that does this? I mean, explain it to me like I'm 4 years old! Insult my intelligence! Just make it clear!

There, I feel better. Thanks in advance to anyone who responds.
Cheers,
Mark




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.