Questions tagged [application-settings]

application-settings are global code or data used for configuration

Application settings are used to define key/value pairs for a broad range of data, such as:

  • default values
  • access control
  • file paths
  • protocol handlers
  • localization mappings

References

785 questions
-2
votes
1 answer

By the "Settings Activity" go and change the main activity to another activity

In the Activity Settings shown below, in general, the switch, i want when is true to have "on"/"appear"/"display"/"launch" activity_main_one to the screen and when it is false to have on activity_main_two to the screen: Any ideas?
-2
votes
1 answer

Visual Studio Application Settings returning a null pointer

I have an application where I use the visual studio application settings as internal. Just a couple of simple variables to save the user config. It all works fine, but I had a bug some time ago where when I tried to read the settings it would return…
Rodrigo Rutsatz
  • 285
  • 5
  • 11
-2
votes
2 answers

Changing ConnectionString

When i installed myProg.exe into Client computer, I have to adapt the connectionString. So i open the file MyProg.exe.config, and modified the connectionString, but it not work. Then I found this article . The problem now when I modified access into…
user609511
  • 4,091
  • 12
  • 54
  • 86
-3
votes
1 answer

How to create a iOS-like settings page?

I want to make something like this for my app: I tried using UITableView with static cells but I cannot get the grey blocks to separate into different groups of setting options (like the image above) How can I add the grey blocks?
Schuey999
  • 4,706
  • 7
  • 21
  • 36
-4
votes
2 answers

Certain data types won't save in My.Settings

I've had issues getting custom objects, System.Object, and Microsoft.VisualBasic.Collection to save in My.Settings. These are all objects not listed in the drop down menu or by hitting browse. Any other predefined object works great.
user287848
  • 141
  • 1
  • 12
1 2 3
52
53