I created a multidimenstional listbox (by adding $LBS_MULTICOLUMN when creating it).
I know that by using _GUICtrlListBox_AddString() you can add strings to listbox, but you are not able to select in which column you want the string to be added, and it automatically adds new items to the first.
How can I add items to the second column?
I know that by using _GUICtrlListBox_AddString() you can add strings to listbox, but you are not able to select in which column you want the string to be added, and it automatically adds new items to the first.
How can I add items to the second column?