Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How to duplicate Forms in Visual Basic?
I have a complicated form, with almost 100 objects (such as Picture boxes, labels, timers etc.) and tonnes of coding. However I want to completely duplicate everything into a new form. it is currently Form5, but I need a copy that is Form6. How do I copy everything and keep object names the same. Thanks in advance.
1 Answer
- no1home2dayLv 79 years agoFavorite Answer
Use Copy/Paste the way you would text. Make sure that everything you want to copy has been selected (marked and highlighted), then use Ctrl+C to copy, then go to the new form and use Ctrl+V to paste.