Search results for query: *

  1. I

    No button click - enter type

    Great, thank you very much. I will try it tomorrow and let you know if it worked.
  2. I

    No button click - enter type

    How would I be able to code something to happen when I press "enter" on my keyboard? i.e. I want the user to input a number in a textbox and then press enter on the user's keyboard and then for the program to do.....
  3. I

    Coding image change

    The code I input in the program is : Me.BackgroundImage = Image.FromFile(C:\kosherdelight.jpeg) the program underlines "C" and "\"
  4. I

    Coding image change

    unfortuantly, still doesn't work
  5. I

    Coding image change

    I tryed all the codes and I can't get it to work. What I want is to make a button on form1 -after the button is clicked- I want the form1 to take an certain image I have on the computer's harddrive to be displayed as the backround. Is that possible? thank you by the way, the image I want is...
  6. I

    Coding image change

    Oh sorry, I want the click of a button to change the form's background image
  7. I

    Coding image change

    Yeah I tryed to google it, but i'm a beginner and i'm just codeing for a 101 class I'm taking in school - So i didn't really understand most of the code but what I want to do is have the program run - then the user click a button - and for the background image to change.
  8. I

    Coding image change

    How would one make a button_Click make the background image change to a different jpeg?
Back
Top