JamesBowen
19+ years progress programming and still learning.
The native behaviour of a MS List box is to allow single list items.
I have found a solution on statckoverflow, but I unsure how to translate the C# into ABL.
I have found a solution on statckoverflow, but I unsure how to translate the C# into ABL.
Bind List<KeyValuePair> to combobox
I cannot create a class or my own object so I thought I would use a List<KeyValuePair> to store two properties and then bind this object to a combobox. However, I cannot see how I can set the
stackoverflow.com
C# - Cannot do Key-Value in a ListBox in WinForms
I'm writing a C# app using a ListBox in WinForms. I get my data (id and full name) from an XML file. I want to show full names in the listbox and when I select one of them, I want to get the rel...
stackoverflow.com
Last edited: