xml data and list view control(very urgent)
-
-
I want to display the xml data in listview control in the button click.when the data is displayed in listview control,i want to delete the any particular data.This data will be delete from the xml file and list view control.plz help me as soon as posible.
So you want two things, to read/edit and write an XML file, and to parse an XML file to create data for a list control. Which bit are you stuck with ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
So you want two things, to read/edit and write an XML file, and to parse an XML file to create data for a list control. Which bit are you stuck with ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
That's not how it works, sorry. Why do you have this task, if you don't know how to work with XML, or with a listview control ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )