I'm new to the .NET way of VB...
I've setup some simple settings for a program i'm creating.
The settings pretty much just save the forms Left & Top positions.
After i setup the settings, i changed the "Root Namespace" and "Assembly Name".
Now, for some reason, when ever i save to my.settings, it won't save once the program has been closed. I've checked the "app.config" file and it seems to be all good.
Any way, checkout these screen shots: You may notice that the settings are strings in the app.config file, but in the project's properties they are integers. I originally set them as integers. I don't know why strings were put there.
![]()






Reply With Quote