Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

C# - Capturing Windows Messages from a specific application

c# .net c++ mfc windows-messages

error RC2175 : resource file res\icon3.bmp is not in 3.00 format?

When is it safe to close CAsyncSocket?

Draw "red squiggly line" in CHtmlEditCtrl

Memory leak while using emoticons on CRichEditCtrl

c++ c windows mfc

Upgrade of BOOST 1.35 to 1.43 causes linker error with __pRawDllMain (mfc related)

Compile MFC program with VS 2012 running on windows xp

c++ mfc windows-xp

How to avoid broken dashed lines in GDI+?

c++ mfc drawing line gdi+

How to reliably steal/regain focus for MFC/desktop app on Windows 8.1/10?

MFC application and a non-MFC modal dialog

winapi mfc modal-dialog

Win32 Capturing child Window messages in parent window

Keep row permanently selected in the ListView in Win32

c listview winapi mfc selection

How do I replace global operator new and delete in an MFC application (debug only)

Adding a Panel to MFC application (Visual Studio C++)

Support for Windows 10 desktop applications on ARM - MFC and COM and OPOS work?

winapi mfc windows-10 arm

When CDialog.DoModal() function fails to create dialog box?

c++ windows visual-c++ mfc

How to write UTF-8 file with fprintf in C++

c++ utf-8 mfc fopen printf

PostMessage from WorkerThread to Main Window in MFC