Page 1 of 1
Save an image to my.settings.
Posted: Fri Jul 18, 2008 10:29 am
by mr_penguin
Does anyone know how to save an image to my.settings in VB? I think I need the setting to be a System.Drawing.Bitmap or System.Drawing.Image but I can't find either of those.
Posted: Fri Jul 18, 2008 10:38 am
by Patrickssj6
Save an image to my.settings? You mean at runtime or what?
Posted: Fri Jul 18, 2008 10:52 am
by mr_penguin
when I click a button. I need to know what type of setting I need to save an image to.
Posted: Fri Jul 18, 2008 11:02 am
by OwnZ joO
Do you mean store the type of file format you want to save an image to?
Posted: Fri Jul 18, 2008 1:48 pm
by mr_penguin
I mean store the whole image so it shows up next time I run the program.
Posted: Fri Jul 18, 2008 2:46 pm
by Dagger13
i dont think you can do that but you can save it in to a file using a picturebox then next time it loads have the image load in the picturebox using picturebox.imagelocation
Its VERY easy