I am new to Visual C# and i would like somebody to tell me how i could:
1. declare a string variable p inside a button's event hander
2. copy the contents of a text box into p using the input.Text property to get
the actual value of the text the user has entered.
3. add the string p to the a rich text box on the same form when you press the
copy button
1. declare a string variable p inside a button's event hander
2. copy the contents of a text box into p using the input.Text property to get
the actual value of the text the user has entered.
3. add the string p to the a rich text box on the same form when you press the
copy button
Comment