Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

windows.h and MFC

c++ mfc afx

GDI+ only draws monochrome on memory DC

c++ mfc gdi+

Initial directory is not working for CFileDialog

c++ mfc cfiledialog

Is MFC only available with Visual Studio, and not Visual C++ Express?

Visual Studio 2013 Edit and Continue not working

VS2015: LNK2019 error when linking with Muiload.lib

c++ mfc visual-studio-2015

Is there any function called after the OnInitDialog function in MFC?

c++ windows winapi mfc dialog

Which is preferred CTabCtrl vs. CPropertySheet in MFC?

How to get size and position of window caption buttons (minimise, restore, close)

MFC dlg class link errors for MyClass::GetMessageMap() and MyClass::GetRuntimeClass (MSVC 2008)

Programmatically updating FILEVERSION in a MFC app w/SVN revision number

windows svn mfc versioninfo

How do I force my app to come to the front and take focus?

__int64 to CString returns wrong values - C++ MFC

c++ mfc printf c-strings int64

Visual Studio 2010 MFC dialogs: Aero style?

Why doesn't OnKeyDown catch key events in a dialog-based MFC project?

vc++ - How to convert a CString into LPCWSTR

c++ visual-c++ mfc

Which wide-character string structure do I use? CString vs wstring

string com mfc cstring wstring

How to see if an MFC checkbox is selected

c++ mfc checkbox

How to (fast) fill a CListCtrl in C++ (MFC)?

c++ mfc clistctrl

Can I use Qt as C++ Library without using its UI framework

c++ qt mfc