Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

VS2008: "Resource file opened in another editor"

How to format date and time string in C++

c++ datetime mfc

How can I convert an Int to a CString?

c++ visual-c++ mfc

Is MFC still used for new development (with any material volume)?

MFC development in vs2017

mfc visual-studio-2017

What are some techniques for migrating a large MFC application to WPF/.NET?

c# .net c++ wpf mfc

Is there a Designer for MFC in Visual Studio like for windows forms in .NET?

visual-studio-2008 mfc

Ever done a total rewrite of a large C++ application in C#? [closed]

c# c++ mfc

Why STL containers are preferred over MFC containers?

c++ mfc stl containers

How to detect a CListCtrl selection change?

visual-c++ mfc clistctrl

How do I force windows NOT to redraw anything in my dialog when the user is resizing my dialog?

c++ mfc winapi resize flicker

Error LNK2019 when using GetFileVersionInfoSize()

c++ mfc

App does not run with VS 2008 SP1 DLLs, previous version works with RTM versions

c++ visual-studio-2008 mfc

What is the difference between BOOL and bool?

windows winapi visual-c++ mfc

What's with the "Afx" in StdAfx.h?

.net mfc fxcop stdafx.h

Which Font is the default for MFC Dialog Controls?

Convert MFC CString to integer

visual-c++ mfc

error Please #define _AFXDLL or do not use /MD[d] occurs even after making changes in Project Properties

visual-c++ dll mfc

How do I call a static method of another class

C++ MFC vs .NET?

c# .net c++ mfc visual-c++