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

C / C++ / MFC

 
AnswerRe: IE question Pin
Hamid_RT5-Sep-07 1:05
Hamid_RT5-Sep-07 1:05 
QuestionHow to retrive the handle of other window. Pin
GauranG Shah4-Sep-07 23:31
GauranG Shah4-Sep-07 23:31 
AnswerRe: How to retrive the handle of other window. Pin
Waldermort4-Sep-07 23:56
Waldermort4-Sep-07 23:56 
QuestionMFC Multiple Inheritance Pin
Krishnatv4-Sep-07 22:50
Krishnatv4-Sep-07 22:50 
AnswerRe: MFC Multiple Inheritance Pin
toxcct4-Sep-07 22:53
toxcct4-Sep-07 22:53 
GeneralRe: MFC Multiple Inheritance Pin
Krishnatv4-Sep-07 23:07
Krishnatv4-Sep-07 23:07 
GeneralRe: MFC Multiple Inheritance Pin
toxcct4-Sep-07 23:20
toxcct4-Sep-07 23:20 
GeneralRe: MFC Multiple Inheritance Pin
BadKarma5-Sep-07 4:35
BadKarma5-Sep-07 4:35 
MFC does support multiple inheritance.
But its not designed in such a way.
Every(should be most) objects are derived from CObject, but none of them are virtual.
This makes that deriving from two MFC parent classes will result in two different root objects.
This is surely bad for the whole MFC design.

So one might say MFC doesn't support Multiple Inheritance in a Usable way.

Adding your own class(non MFC derived) should work.

codito ergo sum

AnswerRe: MFC Multiple Inheritance Pin
Matthew Faithfull5-Sep-07 0:01
Matthew Faithfull5-Sep-07 0:01 
GeneralRe: MFC Multiple Inheritance Pin
Krishnatv5-Sep-07 0:46
Krishnatv5-Sep-07 0:46 
GeneralRe: MFC Multiple Inheritance Pin
Vaclav_5-Sep-07 3:06
Vaclav_5-Sep-07 3:06 
GeneralRe: MFC Multiple Inheritance Pin
led mike5-Sep-07 4:34
led mike5-Sep-07 4:34 
Questionget it to clipboard Pin
josip cagalj4-Sep-07 22:33
josip cagalj4-Sep-07 22:33 
AnswerRe: get it to clipboard Pin
Russell'4-Sep-07 23:36
Russell'4-Sep-07 23:36 
AnswerRe: get it to clipboard Pin
Hamid_RT5-Sep-07 0:42
Hamid_RT5-Sep-07 0:42 
Question[Message Deleted] Pin
shell34-Sep-07 22:32
shell34-Sep-07 22:32 
AnswerRe: Illegal System DLL Relocation Pin
Hamid_RT5-Sep-07 0:43
Hamid_RT5-Sep-07 0:43 
AnswerRe: Illegal System DLL Relocation Pin
Waldermort5-Sep-07 1:18
Waldermort5-Sep-07 1:18 
GeneralRe: Illegal System DLL Relocation Pin
Waldermort5-Sep-07 1:37
Waldermort5-Sep-07 1:37 
QuestionChanging Window Title in Taskbar. Pin
Karthik Kalyanasundaram4-Sep-07 21:37
Karthik Kalyanasundaram4-Sep-07 21:37 
AnswerRe: Changing Window Title in Taskbar. Pin
Jason Teagle4-Sep-07 22:10
Jason Teagle4-Sep-07 22:10 
Questionbidirectional parallel port communication - its urgent Pin
Uzma Waheed4-Sep-07 20:22
Uzma Waheed4-Sep-07 20:22 
AnswerRe: bidirectional parallel port communication - its urgent Pin
Rajesh R Subramanian4-Sep-07 22:10
professionalRajesh R Subramanian4-Sep-07 22:10 
AnswerRe: bidirectional parallel port communication - its urgent Pin
Waldermort4-Sep-07 23:59
Waldermort4-Sep-07 23:59 
Question.suo file Pin
George_George4-Sep-07 19:20
George_George4-Sep-07 19:20 

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.