Questions tagged as 'picturebox'

1
answer

Upload Bitmap in PictureBox

I am building a code to scan biometrics. How do I put the image generated on the device in the pictureBox What I use to mount the bitmap image public Bitmap ExportarBitMap() // Exporta para o BitMap { if (!Connected) // Valida s...
asked by 12.04.2018 / 14:59
1
answer

VB net how to send image q is in a user control to a form

I have a picturebox in a User Control, and I want that when I click on it, the picture of the picture of the control use go to a picturebox of a form, how to do it?     
asked by 29.03.2018 / 00:25
0
answers

Picturebox-Location incrementing with float

I have a Picturebox that is created dynamically, and I'm moving it randomly on a panel. It works perfectly when I increment your location.X / Y with integers. In certain cases, however, I need Picturebox to move at a certain angle, tha...
asked by 27.03.2018 / 21:48
1
answer

c # Pick up text and insert over the image

I have a pictureBox, and I need the user to be able to "mark" the image. For example, the image is a human body, I need the user to click on the photo where the arm is, for example, there is a drawing drawn written "arm". When you click on the l...
asked by 31.07.2017 / 20:36
0
answers

Saving the Picturebox

I'm trying to save the contents of a picturebox, but it always saves the original image and not the one being displayed. Can anyone help me? DimmyEncoderAsEncoderDimmyImageCodecInfoAsImageCodecInfoDimmyEncoderParameterAsEncoderParameterDimmy...
asked by 25.12.2016 / 23:44
1
answer

Problems with three forms and picture box

Hi, my scenario is as follows: - Configuration form (name, email and a photo) - Form ABC - which has a form that is opened by clicking on a Button on the ABC form - BCA Form - which has a form that is opened by clicking on a Button on the BCA fo...
asked by 12.04.2016 / 20:00
1
answer

c # change source of picturebox

I have a table with 4 Image fields. I put a pictureBox and in the Data properties, in DataBindings, linkei it with one of the table fields, the image1 field, while executing the program is bringing right the image of the image1 field of the tabl...
asked by 23.08.2017 / 00:55
1
answer

What is the error in the conditional? [closed]

What is the error in the conditional below and how to solve it? private void Botão_Click(object sender, EventArgs e) { if(Pbox.Show();) Pbox.Hide(); else(Pbox.Hide();) Pbox.Show(); } private void Pbox_Click(object send...
asked by 25.05.2017 / 10:30