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.
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
is it possible to save an image from picturebox to settings? and then load it on application startup ?
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
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
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 tryIm downloading it from a website, because its not always the same
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
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023