Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

In an MFC application, what's the easiest way to copy a file from one directory to another?

c++ windows mfc file

Change MenuItem caption at runtime

How sprintf works with CString and std::string

Convert a modeless dialog to modal at runtime

mfc modal-dialog cdialog

Sizing an MFC Window

c++ mfc

How to avoid EN_CHANGE notifications when sending WM_SETTEXT?

Understanding Device Contexts

mfc gdi

MFC multiple radio buttons groups on dialog

mfc radio-button

What does preprocessor `_AFXDLL` mean?

c++ dll mfc

Load a png resource into a CBitMap

c++ mfc

How to cast a LONG to a CString?

c++ winapi mfc casting

Switching to WPF. Is it time?

wpf mfc migration

Search and replace in OLE Word automation - how to cover header and footer?

Changing image of a menu button in a CMFCToolbar

c++ mfc mfc-feature-pack

Windows Volume Mixer icon size is too large

windows winapi mfc icons

What is the fact of DirectUI? [closed]

c++ mfc

Implementing bulk record fetching

c++ database mfc fetch bulk

Entry point for MFC application

c++ visual-c++ mfc

Higher color depth for MFC toolbar icons?

c++ mfc icons toolbars

Are "#define new DEBUG_NEW" and "#undef THIS_FILE" etc. actually necessary?

c++ mfc c-preprocessor