blah blah blah is here! blah blah » Close

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

Accessing a control,

I created a number of labels on a form, programaticaly. I know that I can change the properties through event handlers attached to the labels. However, I want the label properties to be changed through a button click. The flwg code does ...

0
votes
1 answers

DrawImage question

Hi, I am using DrawImage to move an Image.FromStream across a Windows Form containing various controls. The image is moving over the Form but under the controls such as Button and PictureBox. I would like to move the image over the Form ...

Feedback