10-10-2014 03:24 AM
In my program, I want to add int "34" "43","17"...... and let user choose one of them from combo box. How can I add such items in combo box at runtime. Create a property node "String[]"? I try that but its display is "3443". I wanna to display like "34"
43
17
10-10-2014 03:55 AM