Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Using derived Class from CEdit in my DIalog

c++ mfc cedit

Recompiling MFC Extension DLL changes entry points of exported functions

c++ dll mfc

How to call mfc C++ function in HTML JavaScript and how to call JavaScript Function in mfc C++? [closed]

MFC program hangs: broken Comctl32.dll after update KB3059317 on Vista?

c++ windows mfc comctl32

MFC application crashing in ProcessShellCommand() when file to open specified on command line

How can I show a wait cursor from the moment I invoke the popup dialog until the dialog is visible to the user?

mfc modal-dialog

Strange behaviour with Japanese IME in Windows 10 1709

c++ mfc windows-10 ime

CMFCButton::SetImage - Bitmaps won't show

c++ winapi mfc

Reopen modal dialog in MFC

mfc modal-dialog

how to debug a release version of library in Visual Studio

Why would the PIDL for the control panel be different?

c++ shell com mfc windows-shell

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

Why #pragma optimize("", off)

c++ visual-studio mfc