03-13-2011, 03:59 PM
I have 2 ListBoxes and a TextBox.
Each ListBox contains usernames which are manually added by the user.
I'd like random fixtures to be generated into the TextBox.
For example:
ListBox1:
Tom
Fred
Harry
ListBox2:
John
Dave
Bill
When the user hits generate, I'd like the fixtures to be randomly generated in the TextBox like so:
Tom vs Dave
Fred vs Bill
Harry vs John
Anybody help me out with this? I haven't coded in ages and I'm very rusty.
Each ListBox contains usernames which are manually added by the user.
I'd like random fixtures to be generated into the TextBox.
For example:
ListBox1:
Tom
Fred
Harry
ListBox2:
John
Dave
Bill
When the user hits generate, I'd like the fixtures to be randomly generated in the TextBox like so:
Tom vs Dave
Fred vs Bill
Harry vs John
Anybody help me out with this? I haven't coded in ages and I'm very rusty.