I am doing some improvements to an application in vs2008 in c++. When i try 开发者_JAVA技巧to edit resources (for example add an entry in the string table), the vs2008 editor changes the rc file lang
We are porting an MFC application to WPF, and will probably won\'t have time to port the entire applic开发者_开发问答ation. The MFC app has many CDialog-based windows, and we are thinking of leaving s
In my application,I have an option of adding files to a list..were it will let the user to select multiple files at the same..am using CFileDialog to do tis and I enabled OFN_MULTISELECT (for multisel
I\'m in the process of learning C++. I\'v开发者_如何转开发e created a boilerplate Win32 app within VC++ 2008. I\'ve studied through the code and am ready do do a bit of experimenting. I thought it wou
I am exploring the option of querying a web-page, which has a CGI script running on its end, with a search string (say in the form of http://sw.mycompany.开发者_StackOverflow社区com/~tools/cgi-bin/scr
I will try to explain my problem the best i can, I\'m creating a layered window in c++ (using windowsXP), all works fine until i drag my created window near the windows start button, and then when i
#define __T(x)L ## x Found in code from one of the MFC source header file. It is mostly used for converting strings to ........ (I don\'t know what). If I am correct it converts strings to LPCTSTR..
I\'m interested in seeing what considerations experienced developers make when developing high performance multithreaded GUI\'s for a windows platform. I ask this question in the context ofde开发者_如
Suppose i have pointer to a thread like this CWinThread *m_pThread = AfxBeginThread(StartThread, this, THREAD_PRIORITY_NORMAL, 0, 0);
I\'m starting using Qt in my application. My application is MFC based. I want to draw开发者_开发问答 some QGraphicsItems in my currect MFC view, is it possible?