# Does the VB6 AI Migrator support the Sheridan VB 6.0 controls suit?

The VB6 AI Migrator can convert many of these controls to .NET native components, using the equivalency shown in the table below. Non-supported controls can be accessed through COM interoperability without problems, but GAPVelocity AI can also customize the VB6 AI Migrator to generate the desired mappings to inherent .NET components or other 3rd party libraries.

#### Troubleshooting/solution

| **Control** | **Supported** | **Equivalent**                                |
| ----------- | ------------- | --------------------------------------------- |
| SSFrame     | Yes           | System.Windows.Forms.GroupBox                 |
| SSPanel     | Yes           | System.Windows.Forms.Panel                    |
| SSOption    | Yes           | System.Windows.Forms.RadioButton              |
| SSCheck     | Yes           | System.Windows.Forms.CheckBox                 |
| SSCommand   | Yes           | System.Windows.Forms.Button                   |
| SSTree      | Yes           | System.Windows.Forms.TreeView                 |
| SSMonth     | Yes           | System.Windows.Forms.MonthCalendar            |
| SSYear      | Yes           | System.Windows.Forms.MonthCalendar            |
| SSDateCombo | Yes           | System.Windows.Forms.DateTimePicker           |
| SSDBCombo   | Yes           | Infragistics.Win.UltraWinGrid.UltraCombo      |
| SSDropDown  | Yes           | Infragistics.Win.UltraWinGrid.UltraDropDown   |
| SSDBGrid    | Yes           | Infragistics.Win.UltraWinGrid.UltraGrid       |
| SSIndexTab  | Yes           | System.Windows.Forms.TabControl               |
| SSSplitter  | Yes           | System.Windows.Forms.SpplitterPanel           |
| SSListBar   | Yes           | Infragistics.Win.UltraWinListBar.UltraListBar |

{% hint style="info" %}
For more information see [Third-party controls](/vbuc/third-party-controls.md)
{% endhint %}


---

# 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.gapvelocity.ai/vbuc/knowledge-base/faq/does-the-vb6-ai-migrator-support-the-sheridan-vb-6.0-controls-suit.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.
