a C++ noob here. I am trying to tweak some code, with the following key lines (meani开发者_StackOverflowng they are not the only ones, but they are the only ones that should matter for this question).
I have a vc++ 2005 dialog based application, where I use a worker thread to do some background processing.
How to wri开发者_如何学运维te text in a same edit control or rich edit control with two different color??You can use richedit control. The tutorial is there: http://win32assembly.online.fr/tut33.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I would like to pass a COM object created in the main thread of my C++/MFC8 program to a different thr开发者_开发知识库ead, and leave all synchronization to COM. Using CoMarshalInterThreadInterfaceInS
I use this Debug.h file that I include as the last #include of the files where I want to debug for memory leaks. Then using _CrtDumpMemoryLeaks(); to dump it to my output.. This works fine for most fi
I am working for the first time on Drag-Drop in MFC and I am stuck very badly.. I see some format being used for intra-list drag-drop and its value is 49391 always. I have no idea where this number is
I have a pointer to a COLORREF buffer, something like: COLORREF* buf = new COLORREF[x*y]; A subroutine fills this buffer with color-information. Each COLORREF represents one pixel.
This question has been brought up numerous times, but Visual Studio never ceases to challenge me. We have an application that should be self-sufficient, i.e. not depend on any 3rd party libraries. Th
I need to create a directory inside a windows users \'home\' directory (c:\\Documents and Settings\\someusername\\or c:\\users\\someusername\\).This directory will exist permanently but will only cont