Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

How to load a PNG from RESOURCES into a CImage

visual-c++ mfc

Bold labels in MFC

ExitInstance not called in MFC app

mfc exit

CDialog - EndDialog from a MODELESS dialog?

C++ MFC how to use GetDlgItem()

c++ winapi mfc

Horizontal scroll not coming for listbox?

mfc

How to add color picker in mfc?

visual-c++ mfc

CEdit does not display special characters

c++ windows visual-studio mfc

Display a image in a MFC/C++ application using OpenCV

c++ mfc opencv

Debugging into MFC header code does not work with Visual Studio 2019

Remove selection from initialized text (Deselect) in CEdit control

visual-c++ mfc

Background color of CStatic issue

c++ winapi mfc wtl

Does MSVC allow to call non-virtual non-static functions on a nullptr?

c++ visual-c++ mfc

Create a control dynamically in an MFC application

Do I need to copy DESIGNINFO, Dialog Info and AFX_DIALOG_LAYOUT related code from rc file if I try to move a dialog from one project to another?

c++ mfc

Making an MFC application international

OnHScroll or OnVScroll executing twice

c++ mfc slider

Use CTrace::SetLevel for a MFC project that is using a shared MFC core DLL

Loop through MFC Child Dialogs, MDIFrames etc

c++ mfc