Questions tagged [my.settings]
77 questions
-2
votes
2 answers
why settings not save after close open application , using vb.net
hi this my code to change property from application setting (connection string)
i can't use
my.settings.ConnectionString1= "some connectionstring"
because it read only
so i use
my.settings.item()= ""
dim x= textbox1.text ' // like 127.0.0.1
…

abbas mohammed
- 63
- 7
-4
votes
1 answer
How to save a Forms Background Image using My.Settings.Save Visual Basic
I'm trying to make an Operating System in Visual Basic (program based of course) and it needs personalisation.
I want the user to be able to choose from a select group of images, stored in the Resources of the project, and I want that image to be…

Daniel Morris
- 51
- 1
- 2
- 11