Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

(MFC) How can a parent class receive a control's messages if the control is a private member?

windows visual-c++ mfc

Setting selection by text in CComboBox (MFC)

c++ mfc

MFC's dialog-based app title bar highlighting visual artifacts on Windows 10 (i.e. bugs in CDialogEx)

How To Set Errorlevel On Exit of MFC App

c++ windows mfc batch-file cmd

Slow performance of AddString in MFC [duplicate]

c++ performance winapi mfc

How do I convert from MFC's COleDateTime to C# DateTime?

c# datetime mfc coledatetime

False memory leaks in a MFC project

mfc memory-leaks

Modifying opacity of any window from C#

Windows.h error

c++ windows mfc include header

How to disable that an MFC application exits on pressing ESC or ALTF+F4?

c++ windows mfc

how to get return value from exe and restart it

c# mfc

Using MFC macros with templates

c++ templates mfc

AfxLoadLibrary vs. LoadLibrary

Where can I get afx...h files? [duplicate]

c++ mfc

varargs and conversion operators in MFC CString

c++ mfc variadic-functions

MFC Classes and C++ style casts

c++ casting mfc

What is the proper way to cast from an 'OLE_HANDLE' to an 'HICON'?

c++ windows winapi mfc casting

Stopping a thread in Win32/MFC

c++ multithreading winapi mfc

MFC menu item checkbox behavior

visual-c++ mfc dialog

What's the correct way to create a subclass of a MFC control?

c++ mfc winapi