- INDEX VB TO NET
- KNOWLEDGE BASE
- VB6 AI Migrator FAQ
- FAQ #3.1.
Does the VB6 AI Migrator supports the Sheridan VB 6.0 controls suit?
Subject
Does the VB6 AI Migrator supports the Sheridan VB 6.0 controls suit?
Applies to
VB6 AI Migrator 3.0, VB6 AI Migrator 4.0, VB6 AI Migrator 4.1
Inquiry Description
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
Active Threed Controls |
|||
Control | Version | Supported | Equivalent |
SSFrame | 2.0 | Yes | System.Windows.Forms.GroupBox |
SSPanel | 2.0 | Yes | System.Windows.Forms.Panel |
SSOption | 2.0 | Yes | System.Windows.Forms.RadioButton |
SSCheck | 2.0 | Yes | System.Windows.Forms.CheckBox |
SSCommand | 2.0 | Yes | System.Windows.Forms.Button |
ActiveTreeView Control |
|||
Control | Version | Supported | Equivalent |
SSTree | 1.0 | Yes | System.Windows.Forms.TreeView |
Sheridan Month/Year/DateCombo (CalendarWidgets) |
|||
Control | Version | Supported | Equivalent |
SSMonth | 1.0 | Yes | System.Windows.Forms.MonthCalendar |
SSYear | 1.0 | Yes | System.Windows.Forms.MonthCalendar |
SSDateCombo | 1.0 | Yes | System.Windows.Forms.DateTimePicker |
Sheridan DataGrid/Combo/DropDown (DataWidgets) |
|||
Control | Version | Supported | Equivalent |
SSDBCombo | 3.0 | Yes | Infragistics.Win.UltraWinGrid.UltraCombo |
SSDropDown | 3.0 | Yes | Infragistics.Win.UltraWinGrid.UltraDropDown |
SSDBGrid | 3.0 | Yes | Infragistics.Win.UltraWinGrid.UltraGrid |
Sheridan Tab/Notebook OCX Control (Designer Widgets Tabs) |
|||
Control | Version | Supported | Equivalent |
SSIndexTab | 2.0 | Yes | System.Windows.Forms.TabControl |
SSplitter |
|||
Control | Version | Supported | Equivalent |
SSplitter | 2.0 | Yes | System.Windows.Forms.SpplitterPanel |
SSListBar |
|||
Control | Version | Supported | Equivalent |
SSListBar | 1.0 | Yes | Infragistics.Win.UltraWinListBar.UltraListBar |
Submitted date
12/20/2010 5:40:32 PM
Related FAQs
None