Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

using c#, I basically want the equivlent of a mfc ComboBox or ListBox where you can SetItemData() on an index.

 

I want to store several variables for each entry in my combo box, but am unsure how to do it.

 

I imagine I could override the item.add for a combobox, however I don't know how to do that.

 

Any one got some ideas?

Posted

Sadly I posted before I looked, and I noticed a recent thread that said essentially the same thing.

 

Now my question is, how do I create columns in a combo box?

 

basically I want something like

 

123 | blah

134 | Super blah

 

so that the Key is what is displayed, but dropping down you see the description.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...