Top "Picturebox" questions

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

Move a PictureBox with mouse

I'm developing an app for windows mobile (Compact Framework 2.0). It has a WinForms with a PictureBox. I want to move …

c# winforms picturebox onmousemove
How can I change the text of an existing ToolTip control, in a PictureBox in my WinForm application?

I have a winform application which has a dynamic number (based on a database value) of PictureBoxes. Each P-Box has …

c# .net winforms tooltip picturebox
Is it possible to have two overlapping PictureBox controls with transparent images?

Having two overlapping PictureBox controls, I'm trying to make the transparent areas of the picture box let the controls below (…

c# .net winforms picturebox alpha-transparency
Keeping a PictureBox centered inside a container

I am designing a simple picture viewer with ability to do some basic image processing. At the moment I have …

c# winforms picturebox
C# Drag and Drop from one Picture box into Another

I'm working in visual studio 2012 with C# and I need to Drag a Picture box into another picture box, basically …

c# drag-and-drop picturebox
Cut an Image into 9 pieces C#

Possible Duplicate: Image splitting into 9 pieces Though I googled enough but unfortunately failed to find a help. This Code Project …

c# image picturebox
Making a TextBox Transparent

I have a TextBox in my Form that I want to let it be tranparent and show a picture that …

c# textbox transparency picturebox windows-mobile-5.0
PictureBox not displaying the image

In my C# project I have used the Tools to add a PictureBox control. I have set the image location …

c# picturebox
How to display a PictureBox from behind code in C#

I know my question sounds basic, but i searched all over the place and found nothing.. this is my code : …

c# wpf picturebox system.drawing drawimage
How to rotate image in picture box

I am making a winforms application. One of the features I hope to implement is a rotating gear on the …

c# winforms rotation picturebox image-rotation