Click here to Skip to main content
15,920,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRead and Write to XML file using VC++ Pin
anna mathew23-Oct-08 19:33
anna mathew23-Oct-08 19:33 
AnswerRe: Read and Write to XML file using VC++ Pin
Prasann Mayekar23-Oct-08 19:50
Prasann Mayekar23-Oct-08 19:50 
GeneralRe: Read and Write to XML file using VC++ Pin
Cedric Moonen23-Oct-08 20:32
Cedric Moonen23-Oct-08 20:32 
GeneralRe: Read and Write to XML file using VC++ Pin
CPallini23-Oct-08 22:14
mveCPallini23-Oct-08 22:14 
AnswerRe: Read and Write to XML file using VC++ Pin
SandipG 23-Oct-08 19:56
SandipG 23-Oct-08 19:56 
AnswerRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 20:10
Naveen23-Oct-08 20:10 
GeneralRe: Read and Write to XML file using VC++ Pin
anna mathew23-Oct-08 20:49
anna mathew23-Oct-08 20:49 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 20:57
Naveen23-Oct-08 20:57 
There is a save method for the IXMLDOMDocument. so can add nodes to the XML file using the appendChild function and when you are done adding all the nodes and sub nodes, you can call the save function, which will flush the content of the IXMLDOMDocument to the specified file in the XML format.


GeneralRe: Read and Write to XML file using VC++ Pin
anna mathew23-Oct-08 22:41
anna mathew23-Oct-08 22:41 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 22:47
Naveen23-Oct-08 22:47 
GeneralRe: Read and Write to XML file using VC++ Pin
anna mathew23-Oct-08 23:09
anna mathew23-Oct-08 23:09 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 23:27
Naveen23-Oct-08 23:27 
GeneralRe: Read and Write to XML file using VC++ Pin
anna mathew23-Oct-08 22:42
anna mathew23-Oct-08 22:42 
AnswerRe: Read and Write to XML file using VC++ Pin
KarstenK23-Oct-08 21:13
mveKarstenK23-Oct-08 21:13 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 21:29
Naveen23-Oct-08 21:29 
GeneralRe: Read and Write to XML file using VC++ Pin
CPallini23-Oct-08 22:30
mveCPallini23-Oct-08 22:30 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 22:37
Naveen23-Oct-08 22:37 
GeneralRe: Read and Write to XML file using VC++ Pin
CPallini23-Oct-08 22:43
mveCPallini23-Oct-08 22:43 
GeneralRe: Read and Write to XML file using VC++ Pin
SandipG 23-Oct-08 23:02
SandipG 23-Oct-08 23:02 
GeneralRe: Read and Write to XML file using VC++ Pin
CPallini23-Oct-08 23:36
mveCPallini23-Oct-08 23:36 
GeneralRe: Read and Write to XML file using VC++ Pin
Naveen23-Oct-08 23:57
Naveen23-Oct-08 23:57 
QuestionWorking on Buttons Pin
RNarayan23-Oct-08 18:42
RNarayan23-Oct-08 18:42 
AnswerRe: Working on Buttons Pin
Prasann Mayekar23-Oct-08 19:59
Prasann Mayekar23-Oct-08 19:59 
AnswerRe: Working on Buttons Pin
SandipG 23-Oct-08 20:01
SandipG 23-Oct-08 20:01 
AnswerRe: Working on Buttons Pin
Alan Balkany24-Oct-08 4:15
Alan Balkany24-Oct-08 4:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.