combobox output
I need to make a thing of when the user selects an item in a combobox it changes it in the url of a picturebox box.
so if you select Red Apple in the combobox the picturebox src would be "www.help.com/rapple"
if you select Green Apple in the combobox the picturebox src would be "www.help.com/gapple"
|