VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Nice and easy way to copy text from textbox(or any source) and paste it to the Notepad(or any text

by Andrey (3 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 24th January 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Nice and easy way to copy text from textbox(or any source) and paste it to the Notepad(or any text editor)

Rate Nice and easy way to copy text from textbox(or any source) and paste it to the Notepad(or any text



Clipboard.SetText Text1.Text
Shell "notepad", 1
SendKeys "^V"


Download this snippet    Add to My Saved Code

Nice and easy way to copy text from textbox(or any source) and paste it to the Notepad(or any text Comments

No comments have been posted about Nice and easy way to copy text from textbox(or any source) and paste it to the Notepad(or any text . Why not be the first to post a comment about Nice and easy way to copy text from textbox(or any source) and paste it to the Notepad(or any text .

Post your comment

Subject:
Message:
0/1000 characters