lunaclover
Programmer
- Jun 22, 2005
- 54
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 that the "a season" would line up together. I know that is a bad example but hopefully you get the idea.
I have been trying to count spacebar hits and that obviously doesn't work in lining anything up. Does anybody know about this feature and if I can use it in VB.net?
Thanks!
Luna
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 that the "a season" would line up together. I know that is a bad example but hopefully you get the idea.
I have been trying to count spacebar hits and that obviously doesn't work in lining anything up. Does anybody know about this feature and if I can use it in VB.net?
Thanks!
Luna