Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Single class instance is different in GUI exe and dll

c++ windows mfc singleton

m_pMainWnd changed to NULL in MFC [closed]

c++ mfc

How to disable a window with EnableWindow(), and gray it out?

windows winapi visual-c++ mfc

How do I detect if a modeless CDialog has been closed?

CString.Format with variable float precision

c++ string mfc floating-point

MFC console mode application

Getting dock area where an MFC CDockablePane was docked

c++ user-interface mfc dock

How to capture MouseMove event in a MFC Dialog Based application for a checkbox?

how to set default file name extension in CMFCEditBrowseCtrl::EnableFileBrowseButton?

visual-c++ mfc

std::reverse on MFC CArray

c++ stl mfc

ofstream creating file but not writing to it in C++

c++ mfc ofstream

Static text font parameters change

visual-c++ mfc

Cannot set window text with Unicode special char

c++ c unicode mfc

CEdit numeric validation event C++ MFC

c++ events mfc numeric cedit

Can I send / receive window messages without a window?

c# .net mfc window-handles

Compile time error C4407

mfc visual-c++-2008

How to change the Icon of a MFC-Application without changing each sub-image?

visual-studio winapi mfc icons

Byte array marshaling for PostMessage

c# mfc

MFC radio buttons - DDX_Radio and DDX_Control behavior

c++ mfc radio-button

Why can't get the main window handle for a started process?

c# wpf mfc process ipc