How do you allow a user to change the image displayed in the picture box?
It's part of an extra credit assignment, but I don't remember reading anything in the book about it.
:(

hi

Provided you know the location of the file, use this:

button1.Image = Image.FromFile("myIcon.ico")

Hope it helps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.