So example i have Box1, Box2, ..., Box5. All are Textboxes
Its in row for serial key, if you dont understand i can make screen.
Is there anyway i could Copy/Paste all data from all boxes in format like Box1 - Box2 - Box3 etc? and in same way paste it in textboxes?
Trle94 -3 Newbie Poster
Recommended Answers
Jump to PostIf you want to make it dynamic then you can do it as follows. For this example create a form with four textboxes. TextBox4 will get the strings from the other three dynamically as you type.
Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs) …
Jump to Postok,
I understand that you want to make the program such that if user hit "Ctrl + C" Key on textbox1, then it must be copy as: Textbox1-Textbox2-Textbox3-Textbox4-Textbox5 ? Am I right?
Then you can do simple thing. you can create shortcut fuction (i mean change it)And then code …
All 7 Replies
dhatsah 0 Newbie Poster
Trle94 -3 Newbie Poster
dhatsah 0 Newbie Poster
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
Trle94 -3 Newbie Poster
dhatsah 0 Newbie Poster
Deep Modi 6 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.