Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
AnswerRe: Auto align of toolbar by frame width Pin
Rage14-Mar-14 0:07
professionalRage14-Mar-14 0:07 
AnswerRe: Auto align of toolbar by frame width Pin
Rage14-Mar-14 0:15
professionalRage14-Mar-14 0:15 
Another comment:
Is your toolbar CMFCToolbar ?

From MSDN: http://msdn.microsoft.com/en-us/library/cc665920.aspx[^]
This method (EnableDocking) extends the base class implementation, CBasePane::EnableDocking, by setting the CBasePane::m_dwControlBarStyle data member to AFX_CBRS_FLOAT. This method then passes dwAlignment to the base class implementation.

Maybe you would need the AFX_CBRS_RESIZE as well, see here in the base class:
http://msdn.microsoft.com/en-us/library/cc701911.aspx[^]
~RaGE();

I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus
Entropy isn't what it used to.

GeneralRe: Auto align of toolbar by frame width Pin
akhil_sudheesh16-Mar-14 21:29
akhil_sudheesh16-Mar-14 21:29 

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.