Visual Basic Concepts

Controls that Bind to the ADO Data Control

See Also

Any control that has the DataSource property can be bound to an ADO Data Control. The following intrinsic controls can be bound to the ADO Data Control:

The following data-bound ActiveX Controls are also supplied with all versions of Visual Basic:

Finally, you can create your own ActiveX controls that are data-bound using the BindingCollection object.

For More Information   See "Creating Data-Bound User Controls" for details about creating your own data-bound controls.