I have a CRichEditCtrl, and an algorithm works on its contents in-place, iterating through the contents and making changes. This seems to cause it to re-paaint every time, which causes flickering and
I\'m writing a C++ MFC program on VS2008 and I\'m getting this \"Debug Assertion Error\" when I first run the program sometimes. When I try to debug it, it takes me to this winhand.cpp file which is n
I need to fill a CImageList with a number of bitmaps which are stor开发者_运维技巧ed in separate bmp files (rather than as a single bmp with numerous parts). I assume I need to create a CBitmap so I c
in my application there is a small part of function,in which it will read files to get some information,the number of filecount would be utleast 50,So I thought of implementing threading.Say if the us
WinDbg can\'t find mfc90 version 9.0.30729.4148 symbols on msdl.microsoft.com Where are those mfc symbols?
As a relative newcomer to 开发者_运维问答MFC, I see Device Contexts (DCs) a lot. I vaguely understand that it\'s something to do with drawing, but the specifics are not very well explained anywhere th
I have the following code, m_edit is a MFC CEdit (I know I would never use MFC but project demanded it).
1.) What is the difference between CArray <SomeClass> collection; and CArray <SomeClass,SomeClass> collection;
I am learning multi-threading and for the sake of understanding I have wriiten a small function using multithreading...it works fine.But I just want to know if that thread is safe to use,did I followe
I have a problem about release build I\'m using Visual Studio 2005. The project is worked on MFC When I build the project what开发者_开发问答 I working in debug mode, It builds done successfully.