mfc-feature-pack
CMFCPropertyGridProperty list of values?
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[详细]
2023-04-10 15:34 分类:问答MFC Feature Pack - How to add accelerators without deleting user's customization
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.[详细]
2023-03-17 06:26 分类:问答How do I include two different headers that contain two different classes that have the same name?
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[详细]
2023-02-28 01:34 分类:问答CMFCCaptionBar with multiple buttons?
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[详细]
2023-02-22 15:22 分类:问答How to change the tooltip 'Active Files' on the CMFCtabCtrl's TabbedDocumentsMenu?
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[详细]
2023-02-17 04:06 分类:问答C++, MFC Feature Pack,Mdi childs visibility
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[详细]
2023-02-13 23:05 分类:问答MFC Feature pack in Office 2010 style
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.[详细]
2023-02-10 19:13 分类:问答MFC: Is there an event to detect when a CDockablePane derived window has been opened either by sliding out or showing?
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[详细]
2023-01-31 06:42 分类:问答Discard ALT key press in CMainFrame
I\'m having the following code: CMainFrame* pFrame = new CMainFrame; if (!pFrame) return FALSE; m_pMainWnd = pFrame;[详细]
2023-01-18 13:24 分类:问答How to change RibbonStatusBarPane text color?
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[详细]
2023-01-17 02:49 分类:问答