I\'m currently developing a custom control that derives from CStatic MFC class (Smart Device C++ project).
Edited by OP. My program is in need of a lot of cleanup and restructuring. In another post I asked about leaving the MFC DocView framework and going to the WinProc & Message Loop way (what is tha
Currently, I am developing an app for a China customer. China customer are mostly switch to GB2312 language in their OS encoding. I need to write a text file, which will be encoded using GB2312.
I see that you can enable/disable using the EnableWindow metho开发者_StackOverflow中文版d, but how do I get it\'s current state?Use IsWindowEnabled.
Previously, I am using STL map to perform the mentioned task. struct ltstr { bool operator()(std::string s1, std::string s2) const
Hi i am developing game level editor.Currently I am using win32 with directX.But with win32 I cant achieve fully object oriented implementation.So I am thinking to develop it in MFC.
I need to compile some mfc code that was written using Visual C++ 开发者_StackOverflow6.0 many years ago. I was supposed to be able to choose New->Project->Win32 Application and then in Project->Setti
I have my project developed in MFC which is unmnaged code. Now i need to create a similar application in C#, by reusing most of the MFC classes.开发者_如何学JAVA
I have a MFC application that launches a IWebBrowser2 win开发者_Python百科dow. On users computers where Internet Explorer is not their default browser they get the following warning message
I am making simple one on server side & one on client side application for transfering file from one location to an开发者_StackOverflow社区other location or from one computer to another computer i