Hi guys,
I'm trying to convert a program from windows to a windows CE touchscreen device and due to the nature of either CE or touchscreen property nodes are not allowed. In the program I am converting from a series of combo boxes are having their item lists being programmatically set through property nodes and I was looking for a way to edit the items in the combo box without a property node. Failing that any method of creating a selection of options to choose from that is readily editable programmatically without the use of property nodes would be a good second option.
Thanks in advance.