Save image from picturebox in settings

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts Page 1 of 1
Contributors
User avatar
AnoPem
VIP - Donator
VIP - Donator
Posts: 441
Joined: Sat Jul 24, 2010 10:55 pm

is it possible to save an image from picturebox to settings? and then load it on application startup ?
https://t.me/pump_upp
User avatar
muttley1968
Hardcore Programmer
Hardcore Programmer
Posts: 622
Joined: Thu Jun 17, 2010 11:54 pm

if you are using it in the sence of brows folder to find and set it yes all you have to do is creat a setting to save is so pic or something and then when you have the pic box and textbox it gets its path from try

my.settings.pic = textbox.text
my.settings.save

and then on the form load do
textbox.text = my.settings.pic
and your code to load the pic into the box from that location
User avatar
AnoPem
VIP - Donator
VIP - Donator
Posts: 441
Joined: Sat Jul 24, 2010 10:55 pm

muttley1968 wrote:
if you are using it in the sence of brows folder to find and set it yes all you have to do is creat a setting to save is so pic or something and then when you have the pic box and textbox it gets its path from try

my.settings.pic = textbox.text
my.settings.save

and then on the form load do
textbox.text = my.settings.pic
and your code to load the pic into the box from that location
Im downloading it from a website, because its not always the same
https://t.me/pump_upp
3 posts Page 1 of 1
Return to “Coding Help & Support”