Nezir Zahirović

Show picture in PictureBox dynamically / programatically

With those two lines you can dinamically / programmatically show an image in PictureBox
We need form with PictureBox control on it and one picture somewhere on the file system :

Bitmap bbb =new Bitmap(Image.FromFile("C:\\Code392.bmp"));
pictureBox3.Image = bbb;
SHARE
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment