How to overcome this? Here is my code Here is my code ObjectList.h #pragma once #include \"LogData.h\" typedefCTypedPtrArray<CPtrList , CLog *> CLogData;
Does anybody know an MFC equivalent of开发者_如何学JAVA the WPF System.Windows.Controls.Expander?There is no direct correlation. One option is to inherit CGroupBox and roll it up when the header is cl
Is there any library file to log the details in the file and check for size limit of the fileand compress the file开发者_StackOverflow?Basic search revealed log4cxx?
I have a problem with loading icons from external resource files in main application. I\'ll try to explain how application开发者_如何学C is set right now. The resources of the main application include
The MFC Application Wizard disables visual styles for dialog based applications. But why? Regardless of the wizard, can I still use the vi开发者_运维知识库sual styles in my dialog based application
Since time immemorial I\'ve been trying to avoid printing from my Windows-based applications due to the lack of native support for it. Whenever absolutely necessary I was resorting to dynamically maki
I rewriting some code that i written a long time ago. The code is a class that start another worker thread with AfxBeginThread. When the thread ends, it needs to return it work to the calling class开发
I开发者_JS百科 have inherited some MFC C++ code (it\'s an ActiveX OCX control running on a Windows Mobile 6.5 device)and I need to acquire the system date and time and append it as part of an existing
I\'m wondering if it is possible to create an ActiveX control without using the MFC ActiveX that is provided in VS2010? I prefer to do the code entirely from scratch without any predefined or generate
i have created two dailog box statically. CParentDailog CMyDailog and then CParentDailog { CMyDailog *l_pdailog;