Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

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++

Convert CString to const char*

How do I decide whether to use ATL, MFC, Win32 or CLR for a new C++ project?

c++ winapi mfc clr atl

How do you convert CString and std::string std::wstring to each other?

c++ mfc c-strings stdstring

What's the fundamental difference between MFC and ATL?

c++ visual-c++ mfc atl

LPCSTR, LPCTSTR and LPTSTR

c++ windows visual-c++ mfc