I have an MFC app using the new UI features released in the Feature Pack and I\'m having trouble with tooltips on the menubar.
Once a user types something in to my CComboBox (within a CDialog sub开发者_如何学Cclass) and presses Enter, I would like to add what they\'ve written to the list of options, and do some other handling
I have a CListCtrl class and at the moment when a user selects one of the sub items I am displaying a CComboBox over the subitem which the user can then make a selection from.
I am a long time MFC programmer and know it quite well. Recently we are planning for a large desktop application. In order to beat competition, one requirement is polished UI. We narrow down the choic
I have a custom MFC control, subclassing CWnd. Other than providing OnPaint and PreSubclassWindow implementations, it overrides no default functionality and does nothing weird in construction except r
开发者_C百科My team has spent a long time developing a nice UI using the ribbon included in the VS2008 MFC Feature Pack.
I have an MFC application. Whe开发者_StackOverflow社区n running it on Windows 7 I realized that when changing the display percentage to meduium - 125%, I have a TextControl which is cut off (end of se
I\'m developing an interactive MFC application which displays a 3D object using my own algorithm, essentially using MFC as a framework, but using lots of pDC->Polygon(), pDC->Rectangle(), pDC-&g
I have a custom MFC dialog CMyDialog, with a custom control of type CMyControl added using the resou开发者_StackOverflowrce editor - the dialog has a member variable for the control and has DDX set up
A dialog I\'m working on isn\'t displaying, using: CWnd::CreateDlgIndirect(LPCDLGTEMPLATE lpDialogTemplate,CWnd* pParentWnd, HINSTANCE hInst)