Top "Picturebox" questions

The PictureBox is a control in the Windows Forms system that provides a way to display an image.

Display picture box faster

I am trying to load images quickly into a picturebox and draw on them. I have a .13 second delay between …

c# image graphics picturebox
PictureBox with overriden OnPaint method in C#

I would like to paint some small pictures in PictureBox (4 x 32px images in a row) so should i override …

c# picturebox onpaint
Picturebox getting big red X but I can't detect or fix it

I am currently working with AForge, and have an on new frame event that posts the frame, as a bitmap, …

c# winforms thread-safety picturebox aforge
Displaying webcam feed in cv::Mat format in a picturebox

I am using OpenCV to take a live stream from a webcam and after detecting faces. I am resizing them …

c++ winforms opencv picturebox
Detecting when error image in PictureBox is used

I found this on Google, click here, which someone asked a similar question, receiving a response that they should check …

c# image picturebox
How can I cause a panel to scroll programatically to expose its AutoSized picture box

I have a picture box set to AutoSize so that the image forces it to grow to the image's full …

c# winforms panel picturebox
Mousewheel scroll in panel with dynamically added picturebox controls?

I've dynamically added 20 pictureboxes to a panel and would like to see the panel scroll when I use the mouse …

vb.net winforms scroll panel picturebox
Image.FromFile will open a path, but not a string containing same path?

// The following line works. imagebox.Image = Image.FromFile("C:/Users/Admin/Desktop/apps/pic1.png"); // The following line does not …

c# string image picturebox fromfile
winform picturebox image shows empty c#

I have a form that contains a picturebox. When the form loads the default image loads fine. I then update …

c# winforms image picturebox
ToolTip for picturebox and image map

I have a PictureBox that has a map assigned to it (basically a list of Rectangle objects). Now I want …

c# winforms tooltip picturebox mousemove