Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Capture windows messages generated by an MFC app in plain C++ dll

c++ windows dll mfc messages

Read text from edit control in MFC and VS2010

Hide an MFC dialog window

winapi visual-c++ mfc

The procedure entry point `GetTickCount64` could not be located in the dynamic link library KERNEL32.dll

0xC0000005: Access violation executing location 0x00000000

How to change the progress bar color?

c++ visual-c++ mfc

VS 2017: fatal error RC1015: cannot open include file 'winres.h'

How to monitor process network usage under windows

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