V
Vaughn
Is there some way I can save images (bigger than 16x16 pixels) so they don't
reside as physical files on the HDD? I'm working on a screensaver but I want
to include all my images in my executable instead of having them reside in
the hard disk.
Since I use a pictureBox and the image comes from a file at runtime (eg.
pictureBox1.Image = Image.FromFile (path); ), more computer-literate users
can delete the image, copy another image with the same name, and view the
new image. And I want to avoid that.
Thanks,
Vaughn
reside as physical files on the HDD? I'm working on a screensaver but I want
to include all my images in my executable instead of having them reside in
the hard disk.
Since I use a pictureBox and the image comes from a file at runtime (eg.
pictureBox1.Image = Image.FromFile (path); ), more computer-literate users
can delete the image, copy another image with the same name, and view the
new image. And I want to avoid that.
Thanks,
Vaughn