ComboBox ItemData?
From: Tim Johnson (tjohnson_at_high-point.com)
Date: 10/19/04
- Next message: Tomer: "Connection Manager - Disconnect"
- Previous message: Bob Flanders: "Re: Problem calling webservice from CF"
- Next in thread: Peter Foot [MVP]: "Re: ComboBox ItemData?"
- Reply: Peter Foot [MVP]: "Re: ComboBox ItemData?"
- Reply: Alex Feinman [MVP]: "Re: ComboBox ItemData?"
- Reply: Ginny Caughey [MVP]: "Re: ComboBox ItemData?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 18 Oct 2004 23:06:22 -0700
I'm coming from MFC-land where a combobox had an ItemDataPtr property,
whereby you could stash away a ptr to some arbitrary object. Then when the
user selected an item, you could fetch the object back based on the selected
index. Is there anything comparable in C#? The only samples I've seen show
them managing their own separate arraylist corresponding to the items in the
combobox - yechh!
-- Tim Johnson High Point Software www.high-point.com (503) 312-8625
- Next message: Tomer: "Connection Manager - Disconnect"
- Previous message: Bob Flanders: "Re: Problem calling webservice from CF"
- Next in thread: Peter Foot [MVP]: "Re: ComboBox ItemData?"
- Reply: Peter Foot [MVP]: "Re: ComboBox ItemData?"
- Reply: Alex Feinman [MVP]: "Re: ComboBox ItemData?"
- Reply: Ginny Caughey [MVP]: "Re: ComboBox ItemData?"
- Messages sorted by: [ date ] [ thread ]
Loading