Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

MFC displaying png with transparent background

c++ mfc png

Would "if ... ASSERT" be removed in release build?

c++ mfc assert

How can you allow a window in an MDI app to leave it's parent container w/Win32?

windows winapi mfc wtl

Setting a CEdit control text value and it word-wrap

mfc multiline word-wrap cedit

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