Hello everyone.. i am having trouble in manipulatin my data into listboxEx.
in my database i have 4 table that needs to insert in ListboxEx but the problem it is not alligned.
can anyone help me? there is my listboxEx
i want to achieve that all data will be aligned to left. thank you.
in my database i have 4 table that needs to insert in ListboxEx but the problem it is not alligned.
can anyone help me? there is my listboxEx
entries = tInfo_List.Data[i]["Data1"].."\t\t"..tInfo_List.Data[i]["Data2"]..",\t\t"..String.Left(tInfo_List.Data[i]["Data3"], 1)..".\t\t"..tInfo_List.Data[i]["Data4"]
result = ListBoxEx.AddItem("Plugin1", "<font face=Arial size=18>"..entries.."</font>", "", "", "", LBXITEM_HTML, 0, 0, nil);
result = ListBoxEx.AddItem("Plugin1", "<font face=Arial size=18>"..entries.."</font>", "", "", "", LBXITEM_HTML, 0, 0, nil);
i want to achieve that all data will be aligned to left. thank you.
Comment