Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Visual C++ - cant see which external missing

visual-c++ mfc linker

Removing menu in MFC

visual-c++ mfc

Disabling dialog OK button MFC

c++ mfc dialog

How do you add a manifest to an MFC application and set the supportedOS?

c# c++ visual-c++ mfc manifest

Why can't I disable/gray out menuitem? (MFC)

c++ mfc cmenu

How to get a writable C buffer from std::string?

c++ windows mfc stdstring

Why does CDC::SelectObject(CFont*) accept a CFont object vs. a pointer?

c++ mfc

How do I sort a CArray of a user defined type?

Populate Drop Down in MFC

HTTPS and C++ - Not an easy match?

c++ mfc https

Error message in MFC/RC on VS2008 - "Add/Remove operation is impossible, because the code element 'Cxxxx' is read only"

How does MFC's wWinMain end up in the executable?

c++ windows mfc winmain

Why does “delete *this” ever compile?

c++ compilation mfc

What does CString::GetBuffer() with no size parameter do?

c++ mfc

How do I get a multi line tooltip in MFC

c++ mfc

CPP + Regular Expression to Validate URL

c++ c regex mfc visual-c++

How to disable "warning MSB8051: Support for targeting Windows XP is deprecated" in VS2017?

mfc visual-studio-2017

High speed graphing control for .NET (or MFC)?

c# .net mfc controls graph

Adding #include <boost/thread/mutex.hpp> breaks my ActiveX control?

c++ visual-c++ boost mfc activex

How to write a multiline text in a static text control in mfc?

visual-c++ mfc