Click here to Skip to main content
15,915,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: only 1 control catches tooltip? Pin
V.8-Jul-04 3:00
professionalV.8-Jul-04 3:00 
GeneralRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 3:06
David Crow8-Jul-04 3:06 
GeneralRe: only 1 control catches tooltip? Pin
V.8-Jul-04 3:27
professionalV.8-Jul-04 3:27 
GeneralRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 4:04
David Crow8-Jul-04 4:04 
GeneralRe: only 1 control catches tooltip? Pin
V.8-Jul-04 3:56
professionalV.8-Jul-04 3:56 
GeneralRe: only 1 control catches tooltip? Pin
David Crow8-Jul-04 4:00
David Crow8-Jul-04 4:00 
GeneralClass hierarchy question... Pin
vmaltsev8-Jul-04 1:57
vmaltsev8-Jul-04 1:57 
GeneralRe: Class hierarchy question... Pin
Hans Ruck8-Jul-04 5:05
Hans Ruck8-Jul-04 5:05 
Because class B inherits from both class A and class iB, it has to deal with two different vtables. Therefore you need to provide method AA of class iA in both vtables and that is the source of the error message: the implementation for class iB is missing.

Just write a wrapper method AA in the class B, calling A::AA; this will redirect iB::AA to A::AA.


 "though nothing
 will keep us together
 we can beat them
 for ever and ever"

 rechi
QuestionHow to trap Ctrl + F keys in listctrl Pin
Azghar Hussain8-Jul-04 1:23
professionalAzghar Hussain8-Jul-04 1:23 
AnswerRe: How to trap Ctrl + F keys in listctrl Pin
Steve Thresher8-Jul-04 4:12
Steve Thresher8-Jul-04 4:12 
AnswerRe: How to trap Ctrl + F keys in listctrl Pin
*Dreamz8-Jul-04 4:16
*Dreamz8-Jul-04 4:16 
GeneralNIC number Pin
Monty28-Jul-04 0:57
Monty28-Jul-04 0:57 
GeneralRe: NIC number Pin
RobJones8-Jul-04 2:41
RobJones8-Jul-04 2:41 
GeneralButton control Pin
macmac388-Jul-04 0:54
macmac388-Jul-04 0:54 
GeneralRe: Button control Pin
V.8-Jul-04 1:02
professionalV.8-Jul-04 1:02 
GeneralRe: Button control Pin
David Crow8-Jul-04 4:11
David Crow8-Jul-04 4:11 
GeneralFlexGrid trouble Pin
Pazzuzu8-Jul-04 0:38
Pazzuzu8-Jul-04 0:38 
GeneralCHtmlView Pin
status8-Jul-04 0:35
status8-Jul-04 0:35 
GeneralRe: CHtmlView Pin
Newromancer8-Jul-04 0:58
Newromancer8-Jul-04 0:58 
GeneralRe: CHtmlView Pin
status8-Jul-04 1:54
status8-Jul-04 1:54 
GeneralAssignment Operator with const Member Variables Pin
Steve Thresher7-Jul-04 23:48
Steve Thresher7-Jul-04 23:48 
GeneralRe: Assignment Operator with const Member Variables Pin
Mike Dimmick8-Jul-04 0:47
Mike Dimmick8-Jul-04 0:47 
GeneralNo No No! Pin
Steve Thresher8-Jul-04 2:03
Steve Thresher8-Jul-04 2:03 
GeneralRe: No No No! Pin
digwizfox8-Jul-04 5:39
digwizfox8-Jul-04 5:39 
GeneralLock keybord and mouse Pin
Larsson7-Jul-04 23:43
Larsson7-Jul-04 23:43 

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.