Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Close Button on Title Bar in MFC

How to install MFC on Visual Studio 2019

visual-studio mfc

RegOpenKeyEx returning Error 87 aka "INVALID_PARAMETER"

c++ windows winapi mfc registry

MFC: How to catch set focus of each control of dialog in one function

c++ mfc setfocus

Is there a way to choose which files are displayed to the user via the standard OPENFILE dialogs?

c++ winapi mfc fileopendialog

Splitting up a utility DLL into smaller components in C++

c++ dll mfc

MFC/WIN32/C++: How to dispatch messages while doing a computationally intensive operation?

I have added an OnPaint() function to my dialog class but its not getting called after dlg.DoModal()

Is this "modern" message box UI available in Qt? Or is it pure Windows API?

c++ windows qt mfc

Unable to redirect standard output using CreateProcess

c++ c winapi mfc

Visual Studio 2012 Project targeting Windows XP using MFC

Why is DECLARE_DYNAMIC & IMPLEMENT_DYNAMIC nessary for DYNAMIC_DOWNCAST?

c++ dynamic mfc downcast

CWinApp::OpenDocumentFile creates a new window

By knowing VC++ MFC, how easy or difficult is to learn C#.Net?

c# visual-c++ mfc

Visual C++: Invalid allocation size. How to force the debugger to stop on this message?

Using CString object in CString::Format

c++ mfc