Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

How to Remove the Readonly attribute of a File MFC

c++ winapi mfc

How to kill a MFC Thread?

c++ multithreading mfc

confused about MFC/.net/WPF

c# .net c++ wpf mfc

Event when a particular Slider is changed

visual-c++ mfc

CEdit control maximum length? (in characters it can display)

mfc string character cedit

how to get numeric value from edit control

c++ windows mfc

AfxGetInstanceHandle() triggers an assertion failure

c++ visual-studio com mfc

C++ MFC Get current date and time

c++ date mfc time

How can an MFC application terminate itself?

c++ visual-c++ mfc

How to load .png , .jpeg images using MFC?

mfc visual-c++

C# .NET User Control inside native app. Resource chain problems

.net c++ mfc wrapper native

Adding a tooltip to CMenu item(s)

c++ visual-c++ mfc tooltip cmenu

How to create an imagelist from a PNG?

winapi mfc

What is the point of `static char THIS_FILE[] = __FILE__;`?

Linking library without a header file?

Future proofing a large UI Application - MFC with 2008 Feature pack, or C# and Winforms?

Always-in-front dialogs

How to load a png resource into picture control on a dialog box?

c++ visual-studio mfc png

cannot open source file "afxwin.h"/"afxext.h"/"afxdisp.h"/"afxdtctl.h"/"afxcmn.h"/afxdisp.h etc

How can I handle the Return key in a CEdit control?

c++ windows mfc cedit