I need to draw extensive realtime graphics on WinCE platform. For that purpose, which language is better between VC++ and C# to get high performance?
If I switch my project from using MFC in a shared DLL to use MFC in a static library, the following code won\'t compile:
The program I\'m editing uses this code to generate the columns in a listbox: m_list.InsertCol开发者_如何学JAVAumn(0,_T(\"Parameter\"), LVCFMT_LEFT, 90);
why does thread procedure should be static or member function? any val开发者_高级运维id reason?Non-static member variables have an implicit this parameter passed by the compiler internally.
I would like to add a menu item to my main menu and then populate it with items at run time.How would I do this? And besides adding items how would I have a message map entry 开发者_运维百科for them s
Within my mfc program, I need to programmatically capture a portion of that program’s own window, then save it out as a file (bmp or jpg etc). How to do this without using 3rd party library开发者_如何
I\'ve encountered a very annoying problem while working with Firefox MSAA (). I tried to compile IDL file from cmd but it failed. Then I added it to the project and ran build. Aft开发者_如何学编程er V
I\'m wondering how I would go about convert开发者_开发知识库ing an existing c# winforms application to a class library and then call it from an mfc application.Are there any references on how to do th
Using CWnd::ShowWindow(SW_SHOWMAXIMIZED) maximizes my app window as expected. However, when clicking the restore button on the app (or double clicking the title-bar), the restored size is the same si
I want to increment the height of my edit control when size of string in richedit control gets maximum means to its width. I have used EN_M开发者_开发问答axText but it is not working in RichEdit contr