Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mfc

How to detect "Use MFC" in preprocessor

c++ mfc visual-c++-2008

error C2039: “SetDefaultDllDirectories”:is not a member of global namespace

mfc

C++ CLI System.String^ to MFC LPCTSTR

c++ string mfc c++-cli lpcstr

How to turn off ASSERTs in debug mode in Visual Studio 2013

c++ mfc assert

Convert HWND to IntPtr (CLI)

Cannot open include file 'afxwin.h':no such header fileor directory in vs 2013 c++

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__;`?