Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsending mail in vc++ Pin
renuchandran21-Feb-06 6:10
renuchandran21-Feb-06 6:10 
AnswerRe: sending mail in vc++ Pin
David Crow21-Feb-06 6:14
David Crow21-Feb-06 6:14 
AnswerRe: sending mail in vc++ Pin
ThatsAlok22-Feb-06 3:11
ThatsAlok22-Feb-06 3:11 
QuestionUsing Base Classes Pin
Desmond Mardle21-Feb-06 5:13
Desmond Mardle21-Feb-06 5:13 
QuestionRe: Using Base Classes Pin
David Crow21-Feb-06 5:33
David Crow21-Feb-06 5:33 
AnswerRe: Using Base Classes Pin
Desmond Mardle21-Feb-06 6:29
Desmond Mardle21-Feb-06 6:29 
QuestionRe: Using Base Classes Pin
David Crow21-Feb-06 7:11
David Crow21-Feb-06 7:11 
AnswerRe: Using Base Classes Pin
Bob Flynn21-Feb-06 5:39
Bob Flynn21-Feb-06 5:39 
In the general sense, you would not want to do what you are saying (access a derived class from a base class). In fact when you say

Desmond Mardle wrote:
Or do I have setup a pointer to the dialog in the base class and copy all the data to dialog befor I call it as I have done in the past.


it appears that you do not need need to access the derived class from the base class, but rather you are having some other issue.

All of that being said, I am not sure that I grasp the problem you are describing. But from the information you have provided, I think this article may be of assistance. It describes separation of the database and the view of the database in the context of the model-view-controller design pattern. http://www.codeproject.com/gen/design/MVC1.asp[^]
QuestionLoop error Pin
Deviantizh21-Feb-06 5:11
Deviantizh21-Feb-06 5:11 
AnswerRe: Loop error Pin
David Crow21-Feb-06 5:37
David Crow21-Feb-06 5:37 
AnswerRe: Loop error Pin
Joe Woodbury21-Feb-06 5:49
professionalJoe Woodbury21-Feb-06 5:49 
GeneralRe: Loop error Pin
Deviantizh21-Feb-06 6:05
Deviantizh21-Feb-06 6:05 
QuestionRe: Loop error Pin
Deviantizh21-Feb-06 6:18
Deviantizh21-Feb-06 6:18 
AnswerRe: Loop error Pin
Joe Woodbury21-Feb-06 7:23
professionalJoe Woodbury21-Feb-06 7:23 
GeneralRe: Loop error Pin
Deviantizh22-Feb-06 2:03
Deviantizh22-Feb-06 2:03 
QuestionModify the color of the scrollbar in Visual C++ Pin
Junyor21-Feb-06 4:50
Junyor21-Feb-06 4:50 
AnswerRe: Modify the color of the scrollbar in Visual C++ Pin
#realJSOP21-Feb-06 7:55
mve#realJSOP21-Feb-06 7:55 
Question((COleDispatchImpl*)&m_xDispatch)->Disconnect() Pin
RobJones21-Feb-06 4:47
RobJones21-Feb-06 4:47 
QuestionPossible to connect to multiple IE COM models through the ROT? Pin
TClarke21-Feb-06 4:00
TClarke21-Feb-06 4:00 
AnswerRe: Possible to connect to multiple IE COM models through the ROT? Pin
Stephen Hewitt21-Feb-06 11:38
Stephen Hewitt21-Feb-06 11:38 
GeneralRe: Possible to connect to multiple IE COM models through the ROT? Pin
TClarke21-Feb-06 22:45
TClarke21-Feb-06 22:45 
Questionhow get a function instruction length? Pin
HOW WHAT21-Feb-06 2:58
HOW WHAT21-Feb-06 2:58 
QuestionRe: how get a function instruction length? Pin
David Crow21-Feb-06 5:38
David Crow21-Feb-06 5:38 
AnswerRe: how get a function instruction length? Pin
HOW WHAT21-Feb-06 14:46
HOW WHAT21-Feb-06 14:46 
AnswerRe: how get a function instruction length? Pin
Joe Woodbury21-Feb-06 5:52
professionalJoe Woodbury21-Feb-06 5:52 

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.