Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

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

How does a modal dialog's message-pump interact with the main application message-pump?

winapi mfc

How do I get a string resource by name in win32 or MFC?

c++ visual-studio winapi mfc

CFileDialog with OFN_ALLOWMULTISELECT incorrect results for shortcuts

c++ winapi mfc cfiledialog

How does MFC determine the default language ID when loading resources?

c++ visual-c++ mfc

Using Unicode in CHtmlEditCtrl::SetDocumentHTML

c++ mfc

Is there anyway to identify that an MFC application is starting by PC rebooting or by user click on application shortcut?

c++ windows mfc

How to get the automatically calculated font width from a CFont Object?

c++ mfc

How to add close button in MFC dialog

visual-c++ mfc

Is a CString always null-terminated?

mfc cstring

"binary was not built with debug information " warning meaning in mfc application?

How to redirect MFC messages to another object?

mfc message cwnd

How to stop mfc dialog application from closing by pressing ESC

visual-c++ mfc modal-dialog

Strange result from a C++/MFC compiler in VS 2008

c++ visual-studio-2008 mfc

How do I create Modal dialog in worker thread(Non-UI thread)?

Recalculate dynamic layout properties

mfc

How do I display an MFC control in a windows forms application?

c# winforms mfc c++-cli