Creating icons in a ListBox type control

I am trying to create a control or edit an exisiting control that would allow me to place 2 or more icons in a box with a caption and allow the end-user to choose one. This is, in other words, similar to the File>New option in most applications.
[248 byte] By [codefund.com] at [2007-12-16]
# 1
I'm confused. How is "two or more icons in a box" like the File>New option? Are you trying to create a listbox that shows icons? Unclear what you're looking for here.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
you mean like the ListView control? you could give each item an icon, with no text to get what you're looking for I think, if I'm understanding you.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 3
Perfect Erik! Thanks!
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...