My objective is to create a drop down list of images on a toolbar. Instead of using the drop downs as buttons firing different events I'd rather use it as more of a combobox where there is only one event fired and the selected image is then displayed at the top.

1) Is The DropDownButton the way to go with this?

2) It would seem that the combobox would be a better choice for this but I didn't see any properties to display image dropdown items instead of simply text. Am I missing something basic here?

3) Also, the drop down I created has a very large area to the right of each button choice that is completey blank - it's as if it wants text even though it's style is image only. Changing size.x eliminates the area where the control wants more input but leaves a blank area. I just need a very narrow icon-wide drop down of four different pictures with no text anywhere.

4) Finally, the reason I need help has a great deal to do with the differences between VB.Net 2003 and 2005. Could someone tell me what has changed so when I look for help online I might know what version a site might be in reference to?

I need help more with the basic function of this control than coding help. I feel like I'm using a hammer to do a screwdrivers job.

Thanks in advance.