- INDEX VB TO NET
- KNOWLEDGE BASE
- VBUC FAQ
- FAQ #3.1.
Does the VBUC supports the Sheridan VB 6.0 controls suit?
Subject
Does the VBUC supports the Sheridan VB 6.0 controls suit?
Applies to
VBUC 3.0, VBUC 4.0, VBUC 4.1
Inquiry Description
The Visual Basic Upgrade Companion 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 ArtinSoft can also customize the VBUC 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