Search Results for

    Show / Hide Table of Contents

    Creating UserControls

    The following section describes how RobotStudio Controls can be used in Visual Studio and how user controls created from RobotStudio Controls be used in RobotStudio.

    Adding RobotStudio Controls in Visual Studio Toolbox

    You can add items to the Toolbox, such as controls, that are located on your computer, a network share, or on the Web.

    Use the Choose Toolbox Items dialog box to add items located on your local computer or on a network share to the Toolbox.

    To add items from your computer or network

    1. On the Tools menu, click Choose Toolbox Items.

    2. Go to .NET Framework Components and Click on Browse. The Open dialog box appears.

    3. Go to %ProgramFiles(X86)%\ABB\SDK\RobotStudio version SDK folder and add ABB.Robotics.RobotStudio.Stations.Forms.

    4. Click OK. The controls are as shown below.

    Creating a UserControl using RobotStudio Controls

    To create any User Control, you follow a series of steps. The major steps are as follows.

    1. Create RobotStudio Addin project.

    2. Add a new Windows Control file into the project.

    3. Draw the user interface by selecting other controls from the toolbox that define how you want your control to work. Add NumericTextBox and Position Control.

    4. Create any additional properties or events that you want.

    5. Create any methods that you want.

    6. Use the control in RobotStudio Addin inorder to invoke it or display it. Refer to Creating ToolWindow or Creating DocumentWindow on how to add the user control in RobotStudio.

    7. Build the RobotStudio Addin project and view the result in RobotStudio.

    In this article
    Back to top Copyright © 2026 ABB Robotics