Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Profiling disk access

Why so much stack space used for each recursion?

visual-c++ mfc stack recursion

DWORD and DWORD_PTR on 64 bit machine

windows winapi mfc

how to get path text from CMFCEditBrowseCtrl?

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

MBCS Error building MFC C++ project with Visual Studio

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

c++ windows mfc