Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

How do I prevent my MFC dialog's window from closing using CPropertyPage::OnOk()?

c++ mfc

Transparent window containing opaque text and buttons

c++ winapi mfc gdi+ gdi

Migrating MFC app from Visual Studio 2012 to Visual Studio 2013

How to define onDraw() in MFC

c++ mfc ondraw onpaint

MSB4018 The "ResolveComReference" task failed unexpectedly

in MFC when CEdit control reached the maximum characters, backspace doesn't work

c++ mfc cedit

QT vs wxwidget vs MFC

Listening to keyboard events in MFC within PreTranslateMessage()

Cannot convert char[33] to LPCTSTR or if I typecast to LPCTSTR desired results not getting

c++ c visual-c++ mfc wchar-t

Inserting an image into RTF data in C++ with MFC

c++ mfc rtf

Can a custom MFC window/dialog be a class template instantiation?

c++ templates mfc

What happens when a Dispatcher created on a background thread is not shutdown? How to make sure that a dispatcher is properly shut down?

c# c++ wpf multithreading mfc

Bitmap is stretching and not tiling

c++ windows image mfc bitmap

How do I create an MFC ComboBox with search

visual-c++ mfc ccombobox

Console prompt window appear on system("start dir") but not on system("start ipconfig")

Use of OnPaint() function in MFC

visual-c++ mfc