Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Problem: How to convert CString into const char * in C++ MFC

c++ visual-c++ mfc

How does bit blit work in GDI?

c++ mfc gdi

How to get correct background and control colors in property pages?

Changing the color of a selected CTreeCtrl item?

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