SyntaxFix
Write A Post
Hire A Developer
Questions
Try using an ImageList
ImageList
ImageList imgList = new ImageList; imgList.TransparentColor = Color.White;
Load the image like this:
picturebox.Image = imgList.Images[img_index];