Windows storage for windows 8 app -


i used develop wp7 apps using isolated storage. port apps windows 8 , want used windows local storage save stuffs. wp7, use common isolated storage settings dont know how change code windows storage. want change following codes windows.storage -

if (!isolatedstoragesettings.applicationsettings.trygetvalue( this.name, out this.value)) //**need change codes windows storage** {     this.value = this.defaultvalue;     isolatedstoragesettings.applicationsettings[this.name] = this.value; //**need change codes windows storage** } 

thank in advance help!!!

good sample how save\get\check application settings in windows 8 apps https://stackoverflow.com/a/14662969/1200453


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -