Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

In MFC why do I need to create a global instance of CWinApp?

c++ windows user-interface mfc

using CMake for making a project which includes MFC

mfc cmake

How to update ToolTip text each time before display?

mfc dialog runtime tooltip

Vertical centering of multi-line cstatic text in MFC

need a robust error system for a win32 gui application

c++ windows mfc error-handling

MFC C++ How do I display a const char value in MessageBox?

c++ mfc char cstring

Move application to second monitor in MFC

mfc multiple-monitors

"String data, right truncation" warning on a select statement

sql-server ms-access mfc odbc

Does placement new call the constructor if the passed pointer is null?

How do I handle a key press in MFC?

events mfc keyboard

What problems could warning C4407 cause?

How to locate (& remove) MFC dependent code in a project?

How to convert ANSI byte to Unicode string?

c++ visual-c++ mfc atl

MFC - Resource IDs uniqueness

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

MBCS Error building MFC C++ project with Visual Studio

MFC does not support WINVER less than 0x0501

visual-studio mfc

#error WINDOWS.H already included. MFC apps must not #include <windows.h>

c++ windows mfc