Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Change min/max/close buttons theme

windows mfc

How to receive timer events in CWinApp with MFC?

winapi mfc

How to get rid of C4800 warning produced by boost::flyweight in VS2008

Regular Expression in CAtlRegExp format not working?

c++ regex mfc atl

Why is my AfxMessageBox invisible/hidden until Alt is pressed?

mfc visual-studio-2019

Multithreading and MFC

c++ multithreading mfc

Can CArchive read and write from a specified location of a file?

mfc carchive

MFC LoadString in dll fails

c++ mfc

simple winapi spin control

c++ winapi mfc wtl

Close Button on Title Bar in MFC

How to install MFC on Visual Studio 2019

visual-studio mfc

RegOpenKeyEx returning Error 87 aka "INVALID_PARAMETER"

c++ windows winapi mfc registry

MFC: How to catch set focus of each control of dialog in one function

c++ mfc setfocus

Is there a way to choose which files are displayed to the user via the standard OPENFILE dialogs?

c++ winapi mfc fileopendialog

Splitting up a utility DLL into smaller components in C++

c++ dll mfc

MFC/WIN32/C++: How to dispatch messages while doing a computationally intensive operation?

I have added an OnPaint() function to my dialog class but its not getting called after dlg.DoModal()