guitardave78
Programmer
Hi all
I have an xml file that i want to put in a list box. It has a key and value attribute on each item
I want a listbox that will display the key but will use the value when i select it
How!!!
}...the bane of my life!
I have an xml file that i want to put in a list box. It has a key and value attribute on each item
Code:
<items>
<item value="360" key="XBOX 360"/>
<item value="DS" key="Nintendo DS"/>
<item value="GBA" key="Gameboy Advance"/>
</items>
I want a listbox that will display the key but will use the value when i select it
How!!!
}...the bane of my life!