i m having problems to align strings in columns.
i mean that i want to display in every line of the listbox
3-4 columns (ex name,surname,parentname etc). i m using vbtab to separate each string from the other ex.
lstbox.additem "Schwarzenegger" & vbtab & "Anrold" & vbtab & "Gustav"
lstbox.additem "Smith" & vbtab & "Joe" & vbtab & "Niko"
but when i have length differences > 7 then have bad alignment
can u help?
i mean that i want to display in every line of the listbox
3-4 columns (ex name,surname,parentname etc). i m using vbtab to separate each string from the other ex.
lstbox.additem "Schwarzenegger" & vbtab & "Anrold" & vbtab & "Gustav"
lstbox.additem "Smith" & vbtab & "Joe" & vbtab & "Niko"
but when i have length differences > 7 then have bad alignment
can u help?