How to Transfer Text From 1 TextBox to Another TextBox Using A Button

Sean_Downes

New member
Joined
Jun 6, 2012
Messages
3
Programming Experience
Beginner
hello its me again, as you can see im a beginner. How do i transfer the text ive written in a TextBox and transfer it to another TextBox on the same page by using a button?

Thanks
 
This sort of elementary action would be covered by just about any good beginner tutorial. I suggest that you find yourself such a tutorial and wok your way through it. That will give you a decent grasp of the fundamentals and you won't have to ask about the basic stuff, just the more complex stuff. This is one such tutorial:

Microsoft Visual Basic .NET tutorials for Beginners
 
Back
Top