Could you also tell how to load an image in a picturebox? They won't apear in the box....
(I mean loading directly from a file, not from a resource)
Thnx
Printable View
Could you also tell how to load an image in a picturebox? They won't apear in the box....
(I mean loading directly from a file, not from a resource)
Thnx
PictureBox1.Image = PictureBox1.Image.FromFile("C:\blah\mypicture.jpg")