All I want to do is make it so that when you click a button, the text in one textbox appears in another textbox with all the blank lines deleted. for example this is whats in textbox1:
1
dd
sss
s
d
and when I click a button I want this to appear in textbox2:
1
dd
sss
s
d
All I want to do this is with a form, a button, and 2 textboxes. please help.
1
dd
sss
s
d
and when I click a button I want this to appear in textbox2:
1
dd
sss
s
d
All I want to do this is with a form, a button, and 2 textboxes. please help.