Let's say I made a program that is without installer (only exe file) and its save some data on settings. What will happen if i delete that exe file? Will the settings delete automatically? If no can you give me some suggestions?
I have a subfolder in my web application. It's not a separate application, just a subfolder, but it has its own web.config. There is an aspx page in that subfolder which needs to access a setting in the web.config file in its own folder.
When I…
in v4.fragment, i set setHasOptionsMenu(true); and then in onCreateOptionsMenu i set inflater.inflate(R.menu.menu_fragment, menu);, everything is ok until i switch language.
when the app is running, and i press home-key, open setting, change locale…
What is the appropriate method of storing a blob (a large string of bytes) in (or with) application settings in .NET?
I can think of several approaches, but none that seem as simple as it should be.
Storing a base64 or hex string
Slightly unwieldy…
I am using this Tutorial for developing application setting screen.The problem is i want to increase height of cell in setting screen.And I have not taken any table view i am doing that by using Root.plist file.i.e i want to increase height of…
Based on an Code Project article on Windows Forms User Settings by David Veeneman, I have been playing around with saving the start location and start size of an application.
It works perfectly in the single instance, but when I expand it to…
Let's say I have the following scenario in .NET 4.0:
- Solution containing: a) a Class Library b) a Console Application
The Console Application references the Class Library.
What I want is to setup some Application Settings in my Class Library and…
I have a WPF application that will allow messages to be posted via a Twitter Application I have created.
From what I understand the Consumer Key and Consumer Secret are used in conjunction with the generated PIN to create the Access Key and Access…
I have created a C# project in Visual Studio 2012. This project has user settings associated with it (through Project Properties).
When I open it in my projects release folder, it works exactly as expected, however when I copy it to another…
For testing my roaming and/or local settings, I'd like to be able to clear all the settings.
I could do it like so, I guess:
App.roamingSettings.Value["SomeVal"] = string.Empty;
App.roamingSettings.Value["SomeOtherVal"] =…
I want to create a user account on first launch in a wizard and store that in a settings. Something like the account creation wizard in an email app. What is the best way to do?
Should I create a layout where I collect these inputs on first launch…
I'm a newbie in windows phone programming so plz excuse my ignorance. I have an application and I want to create a settings page for it in the phone settings, i.e settings -> myApp -> myAppSettingsPage. Is this possible or non-feasible ?
Thanks
There are two scenarios where storing my app's settings locally would seem preferable to roaming/in the cloud, namely:
1) When the user has (temporarily) lost internet connectivity
2) When/if retrieving roaming settings perceptibly impacts…