11-21-2011, 09:29 AM
You can still save the setting as an encrypted hash and just decrypt it. Also, for future reference using the ApplicationSettings > PropertyBinding, you can auto-save settings so you don't have to call them up in the Form_Load...
Most properties work, but I did notice for the NumericUpDown's you need to save the setting (My.Settings.Save()) in the ValueChanged event. Hope this helps someone, great shortcut ;)
Most properties work, but I did notice for the NumericUpDown's you need to save the setting (My.Settings.Save()) in the ValueChanged event. Hope this helps someone, great shortcut ;)