I\'m writing a tetris game using C++ and MF开发者_StackOverflow中文版C. I have a timer and OnTimer handler. Handler looks like this:
i use the following code to make check box background trans开发者_如何学Pythonparent or in my case off white but i can\'t find what wrong with this plz help me how to do this?
I\'m currently disable certain buttons by handling ON_UPDATE_COMMAND_UI and calling ->Enable( TRUE / FALSE ).
i have timer implemented with boost (144 -> newest lib). This timer is started within a boos thread. The timer also starts a thread
Coming from C++ & MFC background, is there any better (maintainability/cus开发者_运维百科tomization) platform in developing application GUI ?
Still getting used to this MFC lark and I开发者_StackOverflow\'ve hit a brick wall on this particular problem. I\'m updating some legacy code to use some of the more refined controls available in the
how can I open a secondary modal dial开发者_如何学运维og in C++ MFC from a dialog without pressing any button?
I am using the MFC Feature pack in Visual Studio 2008. I have an edit box (CMFCRibbonEdit) in a ribbon that I would like only to contain uppercase letters. I know that I can pass ES_UPPERCASE to the \
I\'ve recently converted an MFC visual studio 6.0 project to a visual studio 2010 project and I\'m experiencing problems whenever I try to add event handlers to controls on certain forms within my pro
how to add Scroll开发者_如何学Go bar to a static text in MFC dialog boxA static can\'t have a scroll bar. If you mean a read-only edit box, just turn it on in the resource editor.Yes it is possible to