I would like to get all the files that a sub-folder holds in a string array. So, I have tried something like the following:
I am taking information from a form, saving it to isolated storage and building a list of the different entries on a separate page. I can display the text of the first data entry but simply can\'t fig
I have written an application that uses Isolated storage store data that I want to clear out on a periodic basis when it gets old.I have written a function that is called from Closing that checks the
I am a newbie in windows phone 7. I want to do some demo within XML but I can\'t find the XMLDocument class (like what I do on Windows Form). I开发者_开发知识库 can\'t find the namespace Linq, XPath..
Scenario App opens Checks to see if image for background exists in Isolated Storage If not, downloads from web, and saves it to Isolated Storage
i would like when i create a file in the IO by using the StreamWriter something like streamReaderLOL = new StreamReader(
i have created some files in the IO in the \"car\" files, i would like to put some other reference like model, color etc...
I just discovered (the hard way) that if you deploy your application to a device after doing a \"Rebuild\" or a \"Clean -> Build\" from Visual Studio your app is first uninstalled and then reinstalled
I have this little method in a class library that is held in an external dll, away from the \"client\" app.
I am trying to do a simple test with Isolated Storage so I can use it for a Windows Phone 7 application I am making.