Hi I am learning MFC exe application. I have to convert ini files to xml files through my application. My sample ini file(ABCD.yak) is: ABCD.yak [Section1] Key1=ABCD Key2=20 Can anybody tell me how to convert it into an xml file using mfc. Please tell me which functions should I make? Thanx