Hi I'm a C# newbe so please bear with me ...
I created a form with 2 textbox's for a user to enter :
the first, 1 character.
The second, a number from 1 to 5.
after pressing the button, I want to print only one message box, that will contain
the character as many times the user entered in the second message box.

Ex,
User input :
1st messagebox : N
2nd messagebox : 5

one MessageBox output :

N
N
N
N
N


Thanks Alot,
Allen