|
-
April 17th, 1999, 04:13 AM
#2
Re: Probs With Class Inheritance and Member Variables
Hi,
Sorry for this message, I can't understand well what you're searching to do...
AfxGetApp() can be used to have a pointer to CWinApp class...
So your application is a Dialog based one ???
How do you define your class DlgClass1 ??
To have a DlgClass2 that inherits from a DlgClass1 you have to declare
class DlgClass2 : public DlgClass1
But I can be wrong with you question.. Can you explain it with more simple words... with more details about what you're looking for and how you try to do it. I understand better code than pure English language.
Then I'll try to help you better.
Nath.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|