Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

How to check if an other program is running in fullscreen mode, eg. a media player

c++ mfc dialog fullscreen

About selecting a MFC CListCtrl item

c++ winapi mfc clistctrl

how to create a thread using a non static method in vc++ mfc

visual-c++ 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

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