Hey guys,
I'm new to this forum because I've seen some really good guides on here. I came across this guide yesterday, and have tried to implement it with my current project, but it's not working, so I thought I'd might as well ask for help and see if you could help me out.
Basically, I have a PictureBox and a ListBox with a lot of values. I would like to make it so that whenever you select a new value in the ListBox, it will change the PictureBox image. This means that every ListBox item should have a image linked to it, so whenever you select it, it loads on the PictureBox area.
How would I go about doing this?
Any help is appreciated! I just started learning VB.NET so if you could try and describe in-depth, that'd be amazing.


Reply With Quote


o you know how to create an array?