Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

How to determine which LOGFONT charset to use?

Create string formatted in C (MFC)

c++ visual-studio-2010 mfc

Using a CListCtrl, how can I make selection color entire row?

mfc clistctrl

Why is it CString::LoadString works in the main module(.exe) of my app but will not work in my extensionDLL?

c++ mfc

CMFCPropertyGridProperty list of values?

list mfc mfc-feature-pack

C++ MFC how to compare LPCTSTR in a if statement?

c++ string mfc compare lpcstr

C++ class for application/program settings?

Link error CString

c++ mfc linker cstring

Add a second language to a MFC project without using resource DLLs

c++ mfc multilingual

How to disable the CListCtrl select option

c++ mfc clistctrl

How to force CMFCPropertyGridCtrl to refresh after adding an item?

visual-c++ mfc propertygrid

CComboBox::GetLBText returns garbage

c++ mfc

Create unordered_map for CString as key [duplicate]

c++ mfc unordered-map

Can Right-mouse click events be detected on a MFC Button control?

c++ winapi visual-c++ mfc

CRichEditCtrl selects all text when it gets focus

GDI Acceleration In Windows 7 / Drawing To Memory Bitmap

c++ mfc gdi

getting an existing but non-active view in MFC

view mfc

How to get CMenu popup menu to disappearing?

What is a HTREEITEM?

c++ mfc

What is the difference in using CStringW/CStringA and CT2W/CT2A to convert strings?