Picture.Image

  • Thread starter Thread starter Arn Cota
  • Start date Start date
A

Arn Cota

Can someone point me to an example that uses a PictureBox and loads a
picture into it dynamically at run time?

I would have the picture located in a subdirectory of the project called
Images so something like:

pictureBox1.Image = new Bitmap(getAppPath + "Images\blah.gif");

Thanks
 
Back
Top