I\'m having difficulties with an MFC application menu drop down. I want the drop down to display all items when it is clicked. Instead it displays arrows 开发者_如何学Pythonwhich the user must click i
I have a task to create a rtf file in MFC. i.e. to read the data from xml file and parse the rft content and create the rtf file. I parsed the RTF content and created a file file1.rtf using CFile, but
I am using CFileDialog for displaying the open file dialog. I have set the开发者_JAVA百科 filter as follows:
I am writting a program in Visual Studio using MFC dialog based application. I have 5 matrix in my program where I have to add two of them and multiply other 2 of them and then subtract the result of
I had the following lines of C++ code in my program CFileDialog dialog(true); CString strFileName=L\"\";
i have a Class that can be accessed on multiple thread. To make sure i don\'t have simultaneous access i will use a CCriticalSection
I have been trying to 开发者_如何学Ccreate a paint application in visual c++ but all i know is that functions such as OnLButtonDown and OnMouseMove but i want to have similar functionality as of paint
I just create a dialog-based project in MFC (VS2008) and add OnKeyDown event to the dialog. When I run the project and press the keys on the keyboard, nothing happens. But, if I remove all the control
Here is my code which contains error: void ClassA::init() { HANDLE hThread; data thread;// \"thread\" is an object of struct data
i want to move a picture which was drawed by me and rub the original.how ca开发者_如何学Cn i do?The easiest solution for this is to keep the original picture in a memory DC. Draw the image to it, then