> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/vbuc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/vbuc/knowledge-base/faq/does-the-vb6-ai-migrator-support-the-sheridan-vb-6.0-controls-suit.md).

# 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 %}
