Hi -
I know in VB6 there was something you could do in order to line text up if it were in a textbox, listbox, etc. So if you had two columns of data you could say something like:
listbox.items.add("Summer ", <tabfeature> , "a season")
listbox.items.add("Fall" , <tabfeature>, "a season")
so...