# How to add the QLM User Controls to the Visual Studio Toolbox

QLM automatically adds the QLM .NET User Controls to the Visual toolbox. In some cases, the operation may fail and you need to manually add the items to the Toolbox. This article describes the process to add the QLM .NET User Controls to the toolbox.

* Start Visual Studio and open the Toolbox window
* Right-mouse click the Toolbox and select "Add Tab"
* Set the new tab name to QLM
* Right-mouse click the QLM tab and select "Choose Items"
* Click the Browse button and select the QlmControls.dll located in C:\Program Files\Soraco\QuickLicenseMgr\reditrib\netx.0"
* In the list of detected controls, uncheck all controls except: QlmWizardControl
* Click OK

You should now be able to drag the QLM Wizard Control to a Form.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/how-to/how-to-add-the-qlm-user-controls-to-the-visual-studio-toolbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
