Adding customized controls to the toolbox in Visual Studio.net

JohnCTX 636 Reputation points
2021-02-26T00:57:40.393+00:00

How would I add users controls to the toolbox within the Visual Studio.NET IDE?

Regards,

JohnCTX

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,888 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,386 Reputation points
    2021-02-26T01:12:16.213+00:00

    Hello,

    1. With the Toolbox showing
    2. Right click on the toolbox on a tab to add a DLL generated by a class project
    3. Select "Choose Item" to add a DLL to the current tab or first create a tab
    4. Browse for the DLL and follow the prompts.

    See also
    https://learn.microsoft.com/en-us/visualstudio/ide/reference/toolbox?view=vs-2019
    https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/dyca0t6t(v=vs.100)

    72272-11111111111.png

    1 person found this answer helpful.
    0 comments No comments