Hey,I am beginer in learning
VB.Net.Can anyone please me on how to create spaces between characters in listbox? ForExample,If I want to create letters look like this in the listbox:
A B C
2 3 5
7 4 1
ABC are labels on top of the listBox,but whenever I click buttons the first row is correct, but the second row look like this below:
A B C
2 3 5
7 4 1
I want codes on how to do it.Visual Basic dotNet 2005.