Does the VBUC support the Sheridan VB 6.0 controls suit?

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 Mobilize can also customize the VBUC 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

For more information see Third-party controls

Last updated