Is there a standard way to hold a user editable list of values in a CMFCPropertyGridProperty?开发者_Python百科I\'m thinking a string with semi-colon delimiter (that seems to be the windows standard).I
I want to add new accelerat开发者_开发百科ors to my MFC Feature Pack application. The problem is the app loads the accelerators already stored in the registry, thus disabling the new ones I\'ve added.
I\'m making some changes to an old MFC application. The header \"stdafx.h\" includes another header \"mfcextensions.h\" which defines a class \"CMemDC\". In another header I need to include \"afxtoolb
I made a subclass of CMFCCaptionBar in what has so far been a vain attempt to make it do something more useful than just having a single icon, single text field, and single button while still maintain
We have two ways in which we scroll through the tabs in the CMFCTabCtrl, either using the two buttons to scroll the window tabs or an interface that displays a pop-up menu of tabbed windows. This opti
I have an MDI MFC FEATURE PACK app in vs2008. I do need to determine what child window(s) are visible , even if multiple tab groups are created by the user, and also what is the last activated MDI ch
I developed app in mFC using vs2008 and MFC Feature pack 2008. its look and feel is like 2007 office style. Now i want app look开发者_StackOverflow社区 and feel like office 2010.
I want to delay initialization of a CDockablePane derived window until the window is actually shown. If the window is simply docked then WM_SHOWWINDOW is pretty effective but when the window is in Aut
I\'m having the following code: CMainFrame* pFrame = new CMainFrame; if (!pFrame) return FALSE; m_pMainWnd = pFrame;
My application is using MFC Ribbon(VS2008 + Feature pack9). I\'m not able to change RibbonStatus Bar Pane text color.I override the virtual int DrawPaneText(CDC* pDC, const CString& strText, CRect