picturebox Questions
3
Solved
I'm a newby in C#. I have to repeatedly refresh a GUI picture box in a worker thread. The image is acquired from a camera polling a driver with a GetImage method that retrives the image to be displ...
Rhythmics asked 2/12, 2009 at 9:29
5
Solved
I have a problem:
I have 3 picture boxes with 3 different images as in Image
what can i set to pictureBox3 so both images look same.....
EDITED:
I want to move pictureBox3 on pictureBox2,
So...
Ballista asked 10/11, 2010 at 12:20
3
draw pictures in picture Box on Mouse dragging using c#
Photosphere asked 8/10, 2009 at 11:1
1
Solved
I am trying to load images quickly into a picturebox and draw on them. I have a .13 second delay between the time I assign a bitmap to the picture box and when it shows up. And whenever I do a pict...
Naumann asked 25/8, 2010 at 15:26
2
Solved
I found this on Google, click here, which someone asked a similar question, receiving a response that they should check if their file exists. However, I'm loading images from web links, in which it...
Corneliacornelian asked 30/3, 2010 at 0:9
3
Solved
I can't seem to figure out how to load a pictureBox image from a bitmap in memory. Is it possible or do I have to create temp file for the bitmap?
Kucera asked 29/3, 2010 at 19:42
3
Solved
I have a problem with out of memory when I'm trying load a few images into one picturebox.
public void button2_Click(object sender, EventArgs e)
{
FolderBrowserDialog dialog = new FolderBrows...
Moss asked 15/3, 2010 at 18:43
1
Solved
There seem to be many picturebox questions out there, but I haven't found any that deal with changing the contents of a picturebox to a bitmap that was not simply loaded from file.
My application ...
Buchmanism asked 3/2, 2010 at 3:2
1
I've got a Panel with a jpg BackgroundImage (with BackgroundImageLayout = Stretch).
On the panel it's Controls I add some PictureBoxes with a PNG which has transparent borders. Displaying this does...
Adigun asked 28/12, 2009 at 16:15
2
I've dynamically added 20 pictureboxes to a panel and would like to see the panel scroll when I use the mouse wheel. To implement this I have tried to set the autoscroll to true on the panel contro...
Cicely asked 2/12, 2009 at 0:19
3
Solved
In C# i have a picturebox. i would like to draw 4 colors. The default will be white, red, green, blue. How do i draw these 4 colors stritched in this picbox? or should i have 4 picbox? in that case...
Selfmortification asked 11/7, 2009 at 10:36
1
Solved
I would like to display an animated gif on a .NET Compact Form.
Currently I use a PictureBox control and toggle between
.Visible = true and .Visible = false.
After .Visible = true the gif is show...
Upanddown asked 17/11, 2008 at 2:34
2
Solved
I have an application that displays an image inside of a Windows Forms PictureBox control. The SizeMode of the control is set to Zoom so that the image contained in the PictureBox will be displayed...
Mendelism asked 5/8, 2008 at 20:28
© 2022 - 2024 — McMap. All rights reserved.