Skip to content

Compatibility matrix

Compatibility Matrix

RAD Basic aims to be 100% compatible with your Visual Basic 6 projects.

However, as it is in early development (beta state) there are missing features.

This is a live page where you could review the current compatibility with Visual Basic 6. So, you could know if current RAD Basic development state is useful for your projects. When RAD Basic reach 1.0 version, it will achieve full compatibility with VB6.

This page could list features in nightly builds which are not released yet.

Project types

At this moment it is support only Standard EXE projects.

In further versions, support for ActiveX Components (OCX), ActiveX EXE and ActiveX DLL will be added.

Statements

This are the current implemented instructions:

  • Assignment (Let/Set)
  • Call Sub
  • Call object method
  • Close
  • Do (While/Until)
  • End
  • For
  • GoTo
  • IF
  • Line Input
  • Mid
  • On Error
  • Open
  • Print
  • Select Case
  • While
  • With

Controls Implemented

Intrinsic controls:

  • VB.CheckBox
  • VB.ComboBox
  • VB.CommandButton
  • VB.Frame
  • VB.Image
  • VB.Label
  • VB.Menu
  • VB.PictureBox
  • VB.OptionButton
  • VB.Textbox
  • VB.Timer

Common Controls:

  • Slider
  • Progress Bar
  • Tree View

Common Dialog:

  • Open Dialog