How to Copy Code to the Visual Studio Toolbox ?

This is an interesting tip for the .NET Developers using Visual Studio showcasing how you can copy your source code to Visual Studio toolbox.

It may happen sometimes that you need to end up copying the code from one form to another or sometimes to the notepad and then copy to the Visual Studio

How to Copy Code to the Visual Studio Toolbox ?

Visual Studio has a feature that enables the developers to copy or place the code snippet to the toolbox .

Select the necessary code block and drag it to the Toolbox .

How to Copy the Code to the Visual Studio toolbox ?

To rename the code snippet , right click on the snippet and click Rename .

To use the snippet in other application , just drag it from the toolbox to the code editor .

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...