Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m new here and my english is not really good. Apologize any inconvenience! I\'m programming an application for windows mobile with native code (MFC). I\'m trying to open a file and this is driving
I am working on an application suite comprising of multiple Automation servers written using MFC and this is legacy code. These apps inter communicate via COM interfaces and other events. Most of thes
I have implemented my custom drag&drop by deriving from COleDataSource and COleDropTarget. Everythings work fine but I have an scenario that makes the application crashes.
i start a mfc application with a dialog windowi debug it (nothing added) and i give me an linker error
I want to get the file name in a given path is there any apis available . My programming environment开发者_C百科 is vc++ mfcYou should look at FindFirstFile and FindNextFile, or MFC\'s wrapper for the
I have exactly the problem described here (i\'m getting those linker errors when trying to add MFC to my project):
Isit possible to set the DPI of an application programmatically or the DPI only possible to set through the system preference?
I want to implement a visual indicator (a + sign) to expand data in ListVi开发者_JS百科ew (In MFC). This ListView is part of TreeView control.
i have created an MFC DLL for windows mobile.. i have exposed only a function in MFC DLL... if i try to load DLL in c#,in debug mode it is telling Remote connection lost message box appears and app q