in the MFC application I am working on, I need to have an Internet Explorer (we are using the component CHtmlView) displayed, currently we are able to change the rendering mode the IE works in by usin
Currently I am working on a sample which sends user data to the other process using WM_COPYDATA. I construct the COPYDATASTRUCT structure to fill the user data.开发者_开发知识库 And send the data to o
How to handle messages of sub window in MFC.开发者_如何学Python I created a menu and when I\'m clicking the menu, the program creates a dialog window.
hi im using c++ mfc project with UI treads i have a class name manager and class name calc which should dervied from CWinThread. the manager class need to have the开发者_运维问答 ability to send data
I am making a Process-Viewer like app. in windows which displays all the processes currently running in a CListCtrl . No开发者_StackOverflow社区w i want to get the icons of the processes and show them
I have added a ComboBox to my CHTMLEditCtrl by passing it in a HTML string. Then dynamically I add the members(items) to it using IHTMLSelectElement.
hi I\'m using MFC SDI application for my mid term project. but every time i draw scene (with GDI) and \"invalidate()\"it flicking occur.
in my projectim having manager class and calc class. calc clas开发者_C百科s derived from CWinThread. and manager have a pointer to calc class. how do i using AfxBeginThread and where?
I have created an MFCApp using VS2008 wizard. Inside my application\'s \"InitInstance()\" I\'m calling \"LoadLibraryA()\" method as I need to load a few dll files. But as soon as I call \"LoadLibraryA
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical开发者_运维问答 andcannot be reasonably answered in its current form.