The PictureBox is a control in the Windows Forms system that provides a way to display an image. It can handle many different image formats.
0
votes
0answers
4 views
Windows mobile shows incorrect image size
I am trying to create an application for WinMobile using SmartDevice project in VS2008 for Motorola device. I am adding image to the form. It looks good in editor and emulator but when I run it on my ...
0
votes
1answer
40 views
How to move a certain part of a picture box using Visual Studio c#
I would like to only move a certain part of my picture box however I could move only that certain part. Currently I can move it from left to right but I only want to move the tip of it only.
private ...
0
votes
1answer
98 views
Why is the program setting it to “else” when it should be on “if” here?
I am developing a game.
There is a picturebox on the scene and the image for the picturebox is set in an array that changes randomly after the user answers the correct name of the image in a ...
-3
votes
0answers
18 views
retrieving image from an Access database
private void Profile_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source= C:\Users\jay.desai\Documents\Visual Studio ...
0
votes
1answer
30 views
how to retrieve photo from access database
private void Profile_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source= C:\Users\jay.desai\Documents\Visual Studio ...
0
votes
1answer
32 views
Force unseen PictureBox to load image
I have a form on which many PictureBoxes line up, not all of them are shown on the form at the same time (there's scrollbar on the form to reveal unseen PictureBoxes). Their images location are ...
0
votes
0answers
20 views
Xaml image control stopping working after a while
I'm creating an image viewer software in C#, and I'm using an embedded Xaml image control to display the images because it's MUCH faster than rendering the images to winForm pictureBoxes.
The images ...
0
votes
1answer
18 views
How to kept a graphic drawing in a picturebox on a tab control after switching to tab 2 and return to tab 1?
I have a Tab Control with two (2) Tabs. The Tab 1 does a drawing in a picture box (the picture box is optional, I can draw directly to the tab) using Graphics Addline. The second tab opens a web ...
-2
votes
1answer
25 views
Build simple map to my game c# [closed]
I have simple car game and I want to build a simple map with coordinates of car
I start with pictureBox with my map and point on pictureBox as coordinates of car but it is not easy to determine the ...
0
votes
2answers
36 views
PictureBox is cutting part of the image when it's landscape
So I work on this MDI forms application and I use picture box to show pictures chosen from openFileDialog. However today a user complained about the fact that if the picture is landscape (I made my ...
0
votes
1answer
29 views
C# - Most suitable design patterns to create a PictureBox supporting: panning / zooming / scrollable AND with selection tools (draggable rectangles)
I would like to create a PictureBox class derivated supporting the zoom, pan, scroll features and some selection tools (circle, rectangle, annulus).
I'm wondering wich design patterns I should use (I ...
2
votes
1answer
47 views
How does System.Drawing.Image class work?
I was wondering why it is possible to set the Image property of a PictureBox, when the Image class is an abstract class, and therefore cannot be instantiated.
Does the Image.FromFile() method create ...
0
votes
0answers
24 views
C# winform picturebox image lost after saving data
I have a winform application in which there is a pictureBox what displays a pretty big image (2550by4500). This bitmap image is transformed from a byte array using unsafe pointer, like this:
...
0
votes
1answer
25 views
PictureBox - Opacity paint inside given coordinates
I have a Picturebox and inside that I want to paint (with opacity to don't full hide the painted region) a determinated region of the picture with the coordniates given.
So far I've the 'IF' ...
0
votes
0answers
17 views
QTP - Accessing Picture property on an ActiveX Control
My Application contains a lot of ActiveX Objects. Some of the command buttons designed using ActiveX show a tick mark when clicked once and removes the tick mark when clicked again, basically it ...
2
votes
3answers
125 views
C# Tetris game slow performance
I'm programming a tetris clone for my C# school project. I am using Microsoft Visual Studio 2012. The game itself is implemented as a two dimensional array of blocks(List of Lists of blocks) and every ...
0
votes
0answers
31 views
backgroundworker for showing picturebox with .gif
I'm using a background image to change the language of my application, it needs to show a gif in a picturebox while it is changing the language.
The code I use looks as follow:
private void ...
-1
votes
0answers
29 views
How to Convert HEX to Image: and display in PictureBox
I am trying to convert HEX data to an Image:
I don't know the Height, width, pixels of the Image. An external device is sending me these Images.
I have converted the HEX data to byte[]:
public ...
0
votes
2answers
43 views
How do I access a picture box on a form from another class?
My form (Form1) has a picture box, which I need to access from another class (Logic.cs).
How do I do this?
2
votes
2answers
71 views
Random out image for picture box c#
I'm working on a Winform where I have this picture box. I have 52 different images and only 1 image is going to be shown in this particular picture box. I'm not really sure how I should do this ...
1
vote
3answers
45 views
Show a lot of images with really low memory using in C#?
I have a form in which I dynamically create 8 PictureBoxes in a Panel in which I show 8 different images, one every PictureBox. Images are 50Kb Jpeg.
The problem is that I want to allow user to see ...
0
votes
1answer
23 views
Changing the bitmap shown in a PictureBox for different TrackBar values
I'm trying to use a TrackBar to control the image that is show in a PictureBox. There are 4 values for the TrackBar (0-4) and four images. The TrackBar's default value is 0 and currently I have set ...
0
votes
0answers
16 views
Load and Xor 2 Bitmap c#
i have a problem.
I loaded 2 bitmap into 2 picturebox, i gonna trying to Xor 2 bitmap into a result bitmap and want to display it on picturebox3. But it doesnt work.
This is Xoring function
public ...
0
votes
1answer
19 views
Bigger is better, but how do I make sure my PictureBoxes are resized relative to resolution?
We have a bunch of forms with alot of PictureBoxes on them. They're basically a representation of an engineering system with pipes connected to pumps and whatever. Each element is it's own picturebox, ...
0
votes
1answer
28 views
Which pictureBox was selected onClick? C#
I am working on a image viewer and have encountered a small problem.
I load the images into the program using a dialog box then put them into individual picture boxes.
I do not know how to do the ...
0
votes
3answers
45 views
Picture Box size expanded when program runs
i am currently learning on webcam based qr code decoder i have taken an example from https://zxingnet.svn.codeplex.com/svn/trunk/Clients/AForgeDemo/ . i have manage to get it working however i have a ...
1
vote
4answers
37 views
Specify Picturebox VB.net
This is probably a very simple question, but I'm not sure how to phrase it. I'll just explain what I'm trying to do.
I've made a grid of PictureBoxes, and want to make ones light up when activated. ...
0
votes
0answers
89 views
Picturebox - Get image inside drawn rectangle and show in another Picturebox
I made a search and successfully found a solution to draw a rectangle inside my Picturebox while mousemoving using a class named Rectangulo:
Public Class Form1
Dim SelectionBoxObj As New ...
0
votes
2answers
41 views
Overlay of two images - Control which part is in the foreground with mouse coursor
I need to be able to compare two different Images in the following way:
The images are displayed on top of each other so first there is only one image visible. When hovering with the mouse coursor ...
0
votes
1answer
81 views
Geographic maps in C# windows forms [closed]
I am working on a project and i want to develop a radar display. I have developed a control with a Radar Display format and i want to add a map to it's background, this control uses graphics name ...
0
votes
2answers
30 views
Moving a control by dragging it with the mouse in C#
Greetings stackoverflow community! I'm trying to move the control named pictureBox1 by dragging it around. The problem is, when it moves, it keeps moving from a location to another location around the ...
0
votes
0answers
15 views
i cannot view the screenshot on client whn sent to server through tcp…can only view two lines of the actual screenshot
//Server side code
namespace WindowsFormsApplication10
{
public partial class Form1 : Form
{
TcpListener srv = new TcpListener(IPAddress.Any,8000);
TcpClient client;
...
0
votes
0answers
25 views
PictureBoxSizeMode has no effects
I am trying to manipulate some images using C# (VS 2010). I have a Form which has a tab control with 7 tabs. Under each tab, I have a 900 x 750 picture box and I am trying to display images of size ...
0
votes
0answers
26 views
C# picturebox causes whole form to freeze up and load forever
I'm not sure whats happening, but whenever I try to load an image dynamically from a different thread, it will cause my whole form to just freeze up and load forever. Here is how I'm calling it:
A ...
0
votes
1answer
30 views
My picturebox won't move visual basics
i am trying to make my pixturebox move but it just wont. I've been doing identical code on another project just to test it and it works perfectly fine.
Private Sub frmFirst_KeyDown(sender As Object, ...
1
vote
0answers
75 views
Display opencv's mat (CV_8UC1) in picturebox
I apologize for dullness of my question but I have spent about 3 days searching for an answer and still no results.
I need to display images in PictureBox (Visual Studio 2012) as they are feeded to ...
0
votes
2answers
53 views
How to keep picturebox in the form while moving it?
I'm trying to make a single game, but I got a little problem here...
I'm moving a picturebox with the arrow keys, to avoid other pictureboxes... The problem is, that my picturebox moves out of the ...
0
votes
1answer
35 views
Compare Images In 2D Array Of PictureBoxes
I have a bit of code here (2D array of pictureboxes) that checks if an image belonging one row down from the selected index is equal to My.Resources.NONE. It then performs an image swap between the ...
0
votes
0answers
10 views
mark pictureBox as selected
i do some work with severall pictureBoxes and want to mark them as finished or something.
Im thinking about something like in Windows Explorer if you klick on some data.
tahnks for reading
-1
votes
2answers
72 views
compile error : procedure declaration does not match description of event or procedure having the same name
I have copied my entire vb6 code from one machine to another , now when i was running my code on another machine ,it shows error like : compile error : procedure declaration does not match description ...
0
votes
1answer
65 views
15 Puzzle Image Checking With Handler
I will make this clear right now this IS homework. I do not expect full answers but they are welcome.
I was assigned to make a 15 puzzle in Visual Basic. Here is an example of what the game looks ...
0
votes
0answers
31 views
Drag and Drop a picturebox into a tablelayoutpanel
I got a PictureBox Array (Named Box) in a TableLayoutPanel and I want to Drag&Drop the several pictureBoxes in a second TableLayoutPanel.
But I dont know which eventhandler I have to use and what ...
-1
votes
1answer
223 views
how to load an image from datagridview on mouse click into picturebox in vb.net
I am working on a project where I have a list of images displayed through datagridview.
I want to load an image into picturebox when the particular image is clicked in datagridview.
My code
Private ...
1
vote
1answer
72 views
Picturebox location change 20 times per second not redrawing
I'm trying to make a few images do the nice slidey thingy that I've seen lots of Microsoft applications use. The one where the movement starts slow speeds up half way there and then comes to a nice ...
0
votes
0answers
32 views
PictureBox ImageLocation C# XNA
How do I link the image from my Content folder to my PictureBox? (I'm using XNA with a windows GUI class) It worked when I set the ImageLocation in the properties box. The picture shows up initially ...
1
vote
0answers
24 views
TableLayoutPanel doesnt display my pictureBoxes
I want to get all PowerPoint slides of my current presentation and add them with picture boxes to my table layout panel, but my picture boxes are not displayed for some reason.
public partial class ...
0
votes
0answers
101 views
how to redraw lines and rectangle on picturebox when picturebox resize and sizemode property is zoom
i have a picturebox and using paint event to draw lines and rectangle, its sizemode property set to zoom.When i resize the picturebox on same proportion(btnZoomIn_Click and btnZoomOut_Click) graphics ...
0
votes
0answers
116 views
c# drawing graphics on bitmap with windows Forms
i'm trying and trying but i can't draw a graphic on picturebox.
everything works perfectly except for that, i can only draw on form1 itself.
here is the code
namespace Tesi1
{
public partial ...
0
votes
2answers
73 views
Sending PictureBox Contents to MsPaint
How do i go about sending the contents of a picturebox to be edited in paint?
I've thought of quickly saving it temporarily then sending the temp address to be loaded, but i'd think that would cause ...
4
votes
2answers
145 views
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, into a picturebox. 90% of the time it works great... UNLESS I fiddle with something on the ...

