I\'m parsing an XML using XMLLite. I notice that when its a relatively large file, the reader\'s pointers fails to locate the next element(tag) of the file. When i reduced the contents of the file, it
I need to open a dialog box instantiated from the same class twice. When I try this CdelmeDlg dlg; dlg.DoModal();
I derived a class from CListCtrl called CListCtrlCustomDraw, and use NM_CUSTOMDRAW handler to draw the list.
I usually don\'t expect help from outside but I need to solve this quickly and hence am looking for some directions. I have a 6 year old MFC based application running in an xp machine and deleted some
This function is called to serve each client in a new thread. in the consume function, these archives are read and written to but the function returns before the client finishes reading all the respon
I am using thefollowing function ..instead of CFolderDialog.. to get the folder path...check my code below....am getting a run time error when i try toprint the folder path name in a edit box..
I have a hard time hiding a modal dialog box. What I am doing is - I am trying to design a UI for my own application in MFC, kind of a setup assistant.
I don\'t seem to get any errors if I call SetItemText(item,subItem,string), on a value of subItem greater than the number of columns set up. But I don\'t seem to be getting the data back when I call G
Is it possible to specify the application name which is used by CWinApp::WriteProfileString()? If I use CWinApp::SetRegistryKey to set the name of my company to \"MyCompany\", and I call AfxGetApp()->
I have an application that is in mfc witha very rich domain object, but I am not sure how to setup the databinding with the cformview.How do you deal with databinding?Are you ussing the开发者_JS百科 D