Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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