Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

CDatabase thread safety

c++ database mfc

How to concatenate multiple CString

c++ winapi mfc cstring

MFC EditBrowse control does not display the folder icon at runtime

visual-studio mfc

Problems saving dialog data in OnOK

c++ mfc

Is it possible to widen a message box in MFC?

mfc

How to handle CEdit mouse click in parent form?

mfc

How can both CRect and CRect* be input arguments to GetClientRect?

c++ winapi mfc

C++ File Write includes the memory address of the string instead of the contents

Create a read-only file in C++

c++ file mfc readonly

bass lib not linking, all other work perfect

How does MFC's "Update Command UI" system work?

Close or discard MFC dialog after a given period of time

c++ visual-c++ mfc

Convert MFC Doc/View to?

linux mfc x11

is Ccriticalsection usable in production?

How can I (safely) interrupt a computation on a separate thread?

Resize MFC grid control to fit in dialog?

gridview mfc resize

Accessing shared data from a worker thread

MFC Concurrency using OnDraw()

c++ concurrency mfc gdi

How can I test methods that depends heavily on MFC with GTest

c++ mfc tdd googletest