Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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




QuestionRe: How do make a FormView without Doc/View Pin
David Crow3-Mar-06 6:07
David Crow3-Mar-06 6:07 
AnswerRe: How do make a FormView without Doc/View Pin
Jethro633-Mar-06 7:15
Jethro633-Mar-06 7:15 
QuestionRe: How do make a FormView without Doc/View Pin
David Crow3-Mar-06 7:20
David Crow3-Mar-06 7:20 
AnswerRe: How do make a FormView without Doc/View Pin
Jethro633-Mar-06 8:36
Jethro633-Mar-06 8:36 
AnswerRe: How do make a FormView without Doc/View Pin
Office Lineman3-Mar-06 14:07
Office Lineman3-Mar-06 14:07 
GeneralRe: How do make a FormView without Doc/View Pin
Jethro6328-Dec-06 5:05
Jethro6328-Dec-06 5:05 
GeneralRe: How do make a FormView without Doc/View Pin
permutations19-Apr-10 13:07
permutations19-Apr-10 13:07 
GeneralRe: How do make a FormView without Doc/View Pin
Rez_Spain6-May-10 23:07
Rez_Spain6-May-10 23:07 
QuestionWhat is IsolatedStorage Pin
Chintoo7233-Mar-06 5:47
Chintoo7233-Mar-06 5:47 
AnswerRe: What is IsolatedStorage Pin
Chintoo7233-Mar-06 5:58
Chintoo7233-Mar-06 5:58 
Questioncopying an array of bytes to another array Pin
chaitanya223-Mar-06 5:24
chaitanya223-Mar-06 5:24 
AnswerRe: copying an array of bytes to another array Pin
RChin3-Mar-06 5:30
RChin3-Mar-06 5:30 
GeneralRe: copying an array of bytes to another array Pin
David Crow3-Mar-06 5:49
David Crow3-Mar-06 5:49 
GeneralRe: copying an array of bytes to another array Pin
chaitanya223-Mar-06 5:55
chaitanya223-Mar-06 5:55 
GeneralRe: copying an array of bytes to another array Pin
David Crow3-Mar-06 6:28
David Crow3-Mar-06 6:28 
GeneralRe: copying an array of bytes to another array Pin
chaitanya223-Mar-06 5:51
chaitanya223-Mar-06 5:51 
QuestionRe: copying an array of bytes to another array Pin
David Crow3-Mar-06 6:05
David Crow3-Mar-06 6:05 

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.