Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

How to turn on GDI+ 1.1 instead of 1.0 in MFC project?

c++ mfc gdi+

MFC dialog Border padding changed after switching from VS2010 to 2012 or later

How do I implement a CString hash function for use with std::unordered_map?

c++ hash mfc unordered-map

Which are the safe way to send CString through PostMessage from thread

What is the difference between try/catch and MFC TRY/CATCH?

visual-c++ mfc

How to disable MFC Edit control popup menu additional items?

c++ mfc

Designing an MFC App That Will Work on All Resolutions?

Detecting modal dialogs in MFC

mfc modal-dialog

How to find the menu item (if any) which opens a given HMENU when activated?

c++ c mfc winapi menu

CSpinButtonCtrl drawing problem with small CEdit control

visual-c++ mfc

Confusion in two MFC GDI function

C++ overloading assignment operator

c++ mfc

How to change the "FONT" for CEdit?

visual-c++ mfc

Get item names from a .NET applications list control using winapi or mfc

c++ winapi mfc

Disable Print button in HtmlHelp

windows winapi mfc chm html-help

Run custom code when MFC app is terminated: d'tor or WM_CLOSE?

c++ mfc dialog

VS 2008, MFC: add OnInitDialog - how?

visual-studio-2008 ide mfc

MFC does not support WINVER less than 0x0501

visual-studio mfc

How to get size and location of a control placed on a dialog in MFC?

c++ mfc

Split functionality for MFC Cstring Class

visual-c++ mfc