i am using a simple list box and i am using the additem fuction. i want to add a string then add a tab then add another string. is that possible in vb.
thnx ahead of time
jj
Printable View
i am using a simple list box and i am using the additem fuction. i want to add a string then add a tab then add another string. is that possible in vb.
thnx ahead of time
jj
List.Additem text1 & vbtab & text2
i figured it was something simple like that, thank alot