Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

How to load a large array of strings in to an MFC combobox control fast as possible?

visual-c++ mfc combobox arrays

String->Structure CMap

c++ visual-c++ mfc

CWnd::CreateDlgIndirect leaves m_hWnd==NULL

c++ winapi mfc

MFC resource.h command/message IDs

mfc resources command messages

VS2008 C++ MFC Access Violation ONLY when stepping through debug mode

Fit 3d model inside a window

opengl graphics mfc

Can I lock the width or height of an MFC dialog during resizing?

c++ visual-c++ mfc dialog resize

Displaying multiple simultaneous Views of the same Document

How to write a file then read it back to verify its contents, ensuring you're getting what's on the disk not the cache

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?