Hi,
I'm currently trying to create a program that includes a text box (to input a number into), a button and a list box that will display the times tables for the number that is entered into the text box.

The idea of the program is so that a user can enter a number into the text box, for example, the number 5 and all the times tables (up to 12) will be displayed;

1x5 = 5
2x5 = 10
etc.

I've started to code some of it but it doesn't seem to be working properly.
Can anyone help me with the coding?

Thanks in advance.