picturebox Questions
1
Solved
I have a TextBox in my Form that I want to let it be tranparent and show a picture that is in a PictureBox, behind it, but how I can do this? Thanks.
Temporize asked 11/11, 2009 at 16:35
4
Solved
I'm creating a Windows Forms application. How do I capture the size of the windows form?
Currently I have something that looks like this in my code:
PictureBox display = new PictureBox();
display...
Jalousie asked 30/10, 2011 at 2:24
0
I have a Dictionary with pairs of strings and Bitmaps that corresponds to a ListView control that lists all the image keys, among other info. Also I have a PictureBox that must show the correspondi...
Flit asked 25/6, 2013 at 23:33
1
How can I scale PictureBox components to best fit the given space on the screen while keeping their aspect ratio (interdependent of the actual image or its SizeMode) ?
I tested setting the Dock o...
Rosewood asked 10/4, 2013 at 15:30
1
Solved
I'm currently writing a little paint application where the user is able to draw on a Panel. I am working on the select tool and want to be able to select a certain area of the Panel, and then paste...
Thomas asked 16/4, 2013 at 6:34
1
Solved
In my C# program I have a Picturebox in which i want to show a stream of video (consecutive frames). I receive raw data, that I then transform into Bitmap or Image. I can show one image at a time w...
Bireme asked 18/1, 2013 at 10:54
4
Solved
I have a TableLayoutPanel with a grid of PictureBox controls within it. I'm trying to find a shortcut way to change them all to Label controls instead of manually deleting each one and placing new ...
Oxheart asked 29/1, 2013 at 20:37
1
Solved
I know my question sounds basic, but i searched all over the place and found nothing..
this is my code :
public MainWindow()
{
InitializeComponent();
Map newMap = new Map();
newMap.setMapStrat...
Hollingsworth asked 3/1, 2013 at 16:28
2
Solved
Possible Duplicate:
Image splitting into 9 pieces
Though I googled enough but unfortunately failed to find a help. This Code Project Tutorial also failed to serve me what I actually n...
Plaque asked 29/11, 2012 at 12:30
3
Solved
I am using StretchImage because the box is resizable with splitters. It looks like the default is some kind of smooth bilinear filtering, causing my image to be blurry and have moire patterns.
Gladygladys asked 26/8, 2008 at 23:7
5
Solved
I have a PictureBox on my Windows Forms application.
I load a picture in it and I have enabled the Paint event in my code. It draws a rectangle.
Like this:
private void pictureBox1_Paint(object ...
Cardona asked 30/6, 2009 at 12:53
1
Solved
Is there a recommended one to use in order to add lines and circles, so I can build a graph?
I will possibly work with background images under the graph itself.
Soft asked 31/10, 2012 at 21:31
4
With VB6 PictureBox, how do I save to the png format?
Unclinch asked 20/9, 2010 at 18:20
1
Solved
I am using OpenCV to take a live stream from a webcam and after detecting faces. I am resizing them so that only my face is displayed.
But the problem is that I am doing all this in C++ Windows Fo...
Maisonette asked 27/9, 2012 at 7:48
2
Solved
I am using a Report file and a ReportViewer control to show a report which loads data dynamically from objects during run-time.
I need to show an image which is stored as a byte array in the objec...
Deirdra asked 7/9, 2012 at 13:28
1
Solved
I have a custom PictureBox which can zoom in using MouseWheel event. Now I want to add a panning feature to it. I mean when PictureBox is in zoomed state, if user left clicks and holds the click th...
Urethroscope asked 21/8, 2012 at 12:32
2
Having two overlapping PictureBox controls, I'm trying to make the transparent areas of the picture box let the controls below (in the z-order) being visible.
Even after trying what Microsof...
Recalcitrate asked 10/7, 2012 at 11:17
1
Solved
My aim was to change the background image and set it's SizeMode as Stretch.
Tried a lot so far, any ideas?
EDIT: I am working in C# forms application. Tried simply setting size mode of bg picture:...
Particolored asked 18/4, 2012 at 14:13
3
Solved
I am designing a simple picture viewer with ability to do some basic image processing. At the moment I have the problem of keeping the PictureBox centered inside a TabPage all the time as well as k...
Anther asked 21/2, 2012 at 10:6
3
Solved
Sometimes, I have a picturebox lets say 100x100. But the image it will display is actually 100x400.
I don't want to increase the size of the picturebox itself. Instead, I would like to create a ve...
Cords asked 13/1, 2011 at 4:22
2
Solved
I need load XNA.Texture2D to PictureBox.
i've tried this: http://www.gamedev.net/community/forums/viewreply.asp?ID=3224621 but it doesn't work. Any suggestions?
Paranoid asked 4/5, 2010 at 20:41
3
Solved
I'm developing a WinForms application and can't figure out how to resolve an issue.
I need to show an image in a Form. Because the image can be arbitrarily large, I need scrollbars on the picturebo...
Gigot asked 17/10, 2011 at 19:25
1
Solved
I created a TransparentTableLayoutPanel:
class TransTablePanel : TableLayoutPanel
{
public TransTablePanel()
{
}
protected override CreateParams CreateParams
{
get
{
CreateParams createP...
Conidiophore asked 24/10, 2011 at 10:16
2
Solved
I have an image in a PictureBox, and I want to print it. No formatting, no nothing, just print it.
I've been searching on Google but I've got nothing, only people printing forms or text or reports...
Kantianism asked 21/4, 2011 at 22:57
3
Title says everything.
Anarchist asked 18/4, 2010 at 15:49
© 2022 - 2024 — McMap. All rights reserved.