Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Compiling a MFC app from Visual Studio 2010 to 2012 RC results in LNK2038

Can I use 128-bit integer in MSVC++? [duplicate]

c++ visual-c++ mfc

How to recreate style used by resource editor when creating MFC controls dynamically?

c++ mfc

How to find whether system has the font I needed in MFC?

c++ windows mfc fonts system

Calling CloseHandle after calling SetEvent

c++ multithreading winapi mfc

WM_COMMAND WM_NOTIFY custom notification code

winapi mfc

How can I check if a MFC CString is null?

c++ visual-c++ mfc c-strings

Stepping into MFC source code with Windbg

debugging mfc windbg

why the type castings (UINT)(void*)(DWORD) are needed? [closed]

c++ c mfc casting

MFC application title

mfc

How to measure performance in a C++ (MFC) application?

Setting Resized bitmap file to an MFC Picture Control

c++ mfc

MFC Save file dialog

c++ file mfc dialog

Embedding dialogs in main dialog and switching them with button click in MFC

c++ winapi mfc dialog

Difference between CDialog and CDialogEx

visual-c++ mfc compare cdialog

CString maximum length

mfc cstring

How can I debug an ActiveX control (OCX), or make it log errors?

MFC edit control update

c++ visual-studio-2010 mfc

Why aren't my CTreeCtrl checkboxes checking?

c++ windows mfc

MFC data forwarding to main thread via PostMessage