Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

Can't compile 64 bits Visual Studio 2010 projects

How to fix error with sample code for MFC tooltips?

c++ mfc tooltip

MFC: Expanding during runtime

Vertical scrollbar for a dialog in a CPropertySheet not working

mfc scrollbar propertysheet

error C3861: '_beginthreadex': identifier not found

c++ visual-studio-2013 mfc

How to get the actual size of the toolbar button created with BTNS_AUTOSIZE style?

Can I hook return value of "Ctrl+Alt+Del"?

c++ c mfc

Creating a thread of a nonstatic member function? [duplicate]

MFC: How do I construct a good regular expression that validates URLs?

regex mfc visual-c++

How to iterate through elements of CListCtrl?

c++ mfc clistctrl

How to change MFC View by clicking a Button inside the MainFrame

c++ visual-c++ view mfc sdi

Do Applications written with MFC classes require external Frameworks to be installed

c++ visual-c++ mfc

How to create a Visual c++ MFC console project in visual studio 2017

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