VB5 Express - Text Box Table

Associate
Joined
2 Nov 2008
Posts
790
I'm trying to work out how I can get a series of results (variables) into a textbox in a table format. I've looked around the internet for guides and stuff but I can't find any explaining how to do this.
This is the sort of thing im looking for, but displayed in a text box

x 1 2 3
1 1 2 3
2 2 4 6
3 3 6 9

I don't want/need lines around the text, just so that I can display more than one result in a text box in a fairly neat layout.

How would I go about doing this?
Thanks :)
 
Can't be mine sweeper it would have to be:

x 1 2 x
1 1 2 x
2 2 3 2
x x 2 x

:D



Did VB5 ever have an express version?

VB 2005 Express -.-' I'm using it for a uni course because it's free. :D

thanks for the help....



and i was using the times tables as an example :S
 
Ok I have a new question and I thought i'd add it on to this because it's kind of linked.

In the same way that SimonCHere has used vbCrLf is there anything i can do to make it tab across?


Also how do I round a double up?
Thanks
 
Back
Top Bottom