Search results for query: *

  1. A

    Question how do I code a button to select an image?

    so to an assign an image to a button I wrote this: private void ButtonGeode_Click(object sender, EventArgs e) { ButtonGeode.Image = Image.FromFile("C:\\Users\\Ayesha Mirza\\Desktop\\OOP III\\Customize Menu Back\\CardBack\\blue geode.png") } does this make sense?
  2. A

    Question how do I code a button to select an image?

    This is what my form looks like
  3. A

    Question how do I code a button to select an image?

    I want the user to select an image by clicking the button and then clicking select that will close the form. I have the images in a separate folder that I have added as a picturebox and they are added above their respected button. So what I am trying to do is create an if-else statement, where...
Back
Top