Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

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

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