I am doing a program implemented in Mobile Phone. It's quite similar with this one though. The data which I want to save and load is phonenumber. What I want to ask is, can it also use XML serialization?

Recommended Answers

All 3 Replies

Yes. Everything is possible. However, thread jacking is considered bad manners.

Hi, i've tried save and load to xml file to my application, i used this http://www.codeproject.com/KB/XML/xml_serializationasp.aspx#Saving%20an%20object%20to%20an%20XML%20file as a reference and implemented in my apps. But it doesn't end well when I debug to WM5 professional emulator, it said that the storage file it full. Maybe it relates to ObjectXMLSerializer part of code.
Do you have any idea another method to do save and load data from listbox for windows mobile which is more simple?

Never coded a windows mobile :P

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.