Ok, so I have it working... somewhat..

I have it setup to where when ever those options in the listbox are focused it will change the image source. BUT NOW I have a different problem.

How can I tell the listbox which source brought the listbox open so when i select an option it changes the image in that source.

SO basically I have image1 image2 and image3. Right now when you click on image1 it opens the listbox and will do the same for image2 and image3 BUT I cant figure out how to make the listbox understand which image I clicked on so when i select an option it will change the image in the right spot.. I know I can just duplicate my code because I have it working and make all new events but I feel like there is a shorter way.

Sorry to ask help for simple tasks but im learning and having a hard time really finding info on this. Everything is really just explaining the functions of the code but not really explaining how to do things with the code if that makes sense.