blah blah blah is here! blah blah » Close

1
votes
0 answers

I want a picturebox in Visual Studio C# to be blank at the start

I am looking on how to control the picturebox in visual studio, I want the picturebox to be blank at the start of the application, depending on conditions display 1 of 2 images that are .jpg Be grateful for any help!

0
votes
1 answers

C# Help needed with dragging and dropping an image

I'm trying move one image to another replacing the target image and erasing the source image. My code compiles and runs fine. (No Errors) It just won't drag and drop. Any suggestions? Here's my code: [code] public partial class AllyMoreIn ...

0
votes
1 answers

Get Picturebox Image path and filename

I have a number of Pictureboxes with images(png) in an app. How do I get the full path and filename of the image that is in the Picturebox through the click event. The images may be in the project bin or Resources section. Thanks

0
votes
1 answers

Load Pictures into PictureBox from DataGridView

I have a table from a database, with fields like Description and Price and Picture. I am able to load different rows of Description and Price onto the DataGridView. As the Picture size is too big to insert into the rows, I have to put the p ...

Feedback