Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Will using Qt in a big MFC Windows-only app speed up development? [closed]

c++ qt mfc

What are the consequences if I remove _USRDLL preprocessor definition?

visual-c++ dll mfc

Which is the best way to find position of a control relative to it's parent window?

c++ delphi winapi mfc dialog

Check if std::fstream is in write or read mode

c++ mfc

CMFCMenuButton not properly repainting when toggling high contrast mode

How to convert ATL::CImage to cv::Mat?

c++ opencv mfc atl

Profiling disk access

Why so much stack space used for each recursion?

visual-c++ mfc stack recursion

DWORD and DWORD_PTR on 64 bit machine

windows winapi mfc

how to get path text from CMFCEditBrowseCtrl?

In MFC why do I need to create a global instance of CWinApp?

c++ windows user-interface mfc

using CMake for making a project which includes MFC

mfc cmake

How to update ToolTip text each time before display?

mfc dialog runtime tooltip

Vertical centering of multi-line cstatic text in MFC

need a robust error system for a win32 gui application

c++ windows mfc error-handling

MFC C++ How do I display a const char value in MessageBox?

c++ mfc char cstring

Move application to second monitor in MFC

mfc multiple-monitors

"String data, right truncation" warning on a select statement

sql-server ms-access mfc odbc

Why #pragma optimize("", off)

c++ visual-studio mfc

#error WINDOWS.H already included. MFC apps must not #include <windows.h>

c++ windows mfc