Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Does MFC provide a quick way to throw text on the clipboard?

mfc clipboard

With what shall we replace the DCOM communication with?

c++ com mfc dcom

How to tell if a MFC Dialog has been created/initialized?

c++ mfc winapi

Do you know of a good program for editing/translating resource (.rc) files?

how to add bitmap image to buttons in MFC?

mfc cbitmap

Why disable CObject's copy constructor and assignment

c++ mfc constructor

What does 'afx_msg' do? - MFC

c++ mfc

What is the purpose of AFX_DESIGN_TIME and where it is defined?

mfc dialog preprocessor

Icons on menus of MFC Feature Pack classes

mfc mfc-feature-pack

Can't detect when Windows Font Size has changed C++ MFC

CEdit selects everything when getting focus

visual-c++ mfc cedit

How do you send a named pipe string from umnanaged to managed code space?

c# c++ windows mfc named-pipes

What is the proper approach to modern UI for Windows Desktop Apps?

Where do I translate MFC message boxes

visual-c++ mfc

How to check and uncheck and enable and disable a check Box control in MFC

visual-c++ checkbox mfc

Condition operator "?:" and LPCTSTR in function header

c++ mfc atl

Enhanced system DPI scaling with VS2017

Poor performance with DrawText on Win7 x64

c++ windows performance mfc

How to validate hostname (may be IP) and port number (CString)

validation mfc port ip hostname

Are things like "afx_msg" decorators still used by VS/MFC?

c++ visual-studio mfc