Hi There,
I am looking to create a dropdown menu in my windows form application that is similar to the dropdown menu in html i.e. etc..
I need each entry to display text to user but store a value to be used in my app.
I am currently using a combobox but that doens't seem to let me store an associated value for each entry.
Thanks in advance.