when i click on an item (which contains a product number the product name and price) in a combo box, is it possible to have the image shown without hard coding it?
my images are named after their product numbers.
Printable View
when i click on an item (which contains a product number the product name and price) in a combo box, is it possible to have the image shown without hard coding it?
my images are named after their product numbers.
What images are you talking about ?
when i click on an item the combo box, the image of the item is shown in a picture box beside it.
Does your comboBox show the images inside it or what ?
the picture appears in a picture box outside of the combo box
I still don't understand your problem with the images but maybe could load the paths of the images in the combobox and get the selected item from the comboBox which will be the path to the image that you're showing in the picturebox .