Top "Picturebox" questions

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

A PictureBox Problem

I have a problem: I have 3 picture boxes with 3 different images as in Image what can i set to pictureBox3 …

c# .net winforms picturebox
c# picturebox memory releasing problem

I'm a newby in C#. I have to repeatedly refresh a GUI picture box in a worker thread. The image …

c# memory-management memory-leaks picturebox
How to draw smooth images with C#?

I'm trying to draw images on a C# form (in PictureBoxes, as well as using Graphics.DrawImage()), and am looking …

c# .net winforms picturebox wmf
How to change the border color of a picturebox (winform)?

I want to set the border color/style around the picturebox on and off according to different events. Are there …

c# winforms picturebox
Resizing Controls At runtime

Does anybody know of any sample code laying around anywhere that would enable me to resize a picturebox at runtime …

c# winforms controls resize picturebox
How to Pass Image in ImageList to PictureBox in Reverse Index Order

I have a VB.Net application which has spelling words that a child can type in and it verifies the …

vb.net picturebox imagelist
Create graphic and save it as Bitmap

I have two questions: 1) I have a PictureBox and its Dock is set to Fill. When I resize the Form …

c# .net bitmap picturebox
Can I create a transparent background on a PictureBox in WinForms?

I want to make the background of a PictureBox control transparent. In the PictureBox (rectangular shape), I placed an icon (…

c# winforms transparent picturebox
Displaying an icon in a picturebox

I am trying to display icon file in a picture box. I'm using this code to set the image. pictureBox1.…

c# icons picturebox
Delete Image from PictureBox in C#

how to delete image from picture box when user press "del" key...I dont find any keypress or keydown events …

c# .net winforms picturebox