Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC class wizard comment delimiters Pin
a ray of sunshine14-Mar-14 17:03
a ray of sunshine14-Mar-14 17:03 
QuestionBoost::Log DB backend? Pin
Marco Bertschi10-Mar-14 23:56
protectorMarco Bertschi10-Mar-14 23:56 
QuestionHow to detect touch input globally instead of mouse clicking? Pin
cedricvictor9-Mar-14 16:26
cedricvictor9-Mar-14 16:26 
AnswerRe: How to detect touch input globally instead of mouse clicking? Pin
«_Superman_»9-Mar-14 20:13
professional«_Superman_»9-Mar-14 20:13 
QuestionHow do I access / use base class method declared private? Pin
Vaclav_9-Mar-14 13:28
Vaclav_9-Mar-14 13:28 
AnswerRe: How do I access / use base class method declared private? Pin
Richard Andrew x649-Mar-14 17:17
professionalRichard Andrew x649-Mar-14 17:17 
GeneralRe: How do I access / use base class method declared private? Pin
Vaclav_10-Mar-14 1:30
Vaclav_10-Mar-14 1:30 
GeneralRe: How do I access / use base class method declared private? Pin
Freak3010-Mar-14 2:21
Freak3010-Mar-14 2:21 
If you (publicly) derive from the base class, you should have access to all protected members of the base class from your derived class. So the start of your class definiton should look like

class MyClass : public CSplitterWnd

If you have a protected in this line instead of the public, it will not work. Also the access will only be available from your derived class, not from any other class that uses an instance of the derived class.
The good thing about pessimism is, that you are always either right or pleasently surprised.

GeneralRe: How do I access / use base class method declared private? SOLVED Pin
Vaclav_10-Mar-14 10:26
Vaclav_10-Mar-14 10:26 
AnswerRe: How do I access / use base class method declared private? Pin
«_Superman_»10-Mar-14 5:21
professional«_Superman_»10-Mar-14 5:21 
QuestionMDI frame "Window" menu / submenu dynamics - where to start? Pin
Vaclav_9-Mar-14 5:07
Vaclav_9-Mar-14 5:07 
AnswerRe: MDI frame "Window" menu / submenu dynamics - where to start? Pin
Richard MacCutchan9-Mar-14 8:11
mveRichard MacCutchan9-Mar-14 8:11 
GeneralRe: MDI frame "Window" menu / submenu dynamics - where to start? Pin
Vaclav_9-Mar-14 13:20
Vaclav_9-Mar-14 13:20 
GeneralRe: MDI frame "Window" menu / submenu dynamics - where to start? Pin
Richard MacCutchan9-Mar-14 22:16
mveRichard MacCutchan9-Mar-14 22:16 
GeneralRe: MDI frame "Window" menu / submenu dynamics - where to start? Pin
Vaclav_10-Mar-14 1:35
Vaclav_10-Mar-14 1:35 
GeneralRe: MDI frame "Window" menu / submenu dynamics - where to start? Pin
Richard MacCutchan10-Mar-14 1:53
mveRichard MacCutchan10-Mar-14 1:53 
QuestionCMap efficiency Pin
econy7-Mar-14 5:20
econy7-Mar-14 5:20 
AnswerRe: CMap efficiency Pin
jeron17-Mar-14 5:48
jeron17-Mar-14 5:48 
QuestionRe: CMap efficiency Pin
CPallini9-Mar-14 4:57
mveCPallini9-Mar-14 4:57 
AnswerRe: CMap efficiency Pin
Stefan_Lang12-Mar-14 1:29
Stefan_Lang12-Mar-14 1:29 
QuestionWM_GETTEXT does not returns data from Grid Control of external application Pin
pandit847-Mar-14 4:33
pandit847-Mar-14 4:33 
AnswerRe: WM_GETTEXT does not returns data from Grid Control of external application Pin
Richard MacCutchan7-Mar-14 5:54
mveRichard MacCutchan7-Mar-14 5:54 
QuestionAuto align of toolbar by frame width Pin
akhil_sudheesh6-Mar-14 19:44
akhil_sudheesh6-Mar-14 19:44 
AnswerRe: Auto align of toolbar by frame width Pin
Rage12-Mar-14 22:15
professionalRage12-Mar-14 22:15 
GeneralRe: Auto align of toolbar by frame width Pin
akhil_sudheesh13-Mar-14 19:55
akhil_sudheesh13-Mar-14 19:55 

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.