Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
ja maar ik kan het nu niet meer aanpassen
janus
My.Settings.strSetting = MyString;
Accessing or Changing Application Settings at Run Time in Visual C#
In languages other than Visual Basic, such as Visual C# and Visual J#, you must access the Settings class directly.
You must also explicitly call the Save method of this wrapper class in order to persist the user settings. You usually do this in the Closing event handler of the main form. For a specific example of how to create new application settings and bind them to properties on your form, see How to: Create Application Settings Using the Designer. For more general information on accessing application settings through the Settings class, see Application Settings Overview.
Properties.Settings.Default.strSetting = myString;
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.