Updated: February 12, 1997
Summary
This document includes notes about the sample controls included in the Design-time Control SDK.
All the Visual Basic control samples require Microsoft® Visual Basic® 5.0.
This control is the simplest control. It has no property page and has the minimum design-time control requirements.
This control is a fairly sophisticated control that authors a Java billboard applet. It has a nice property page and generates server scripting as part of the run-time text it generates.
Requires:
This control is the most complex example that shows how to use the Service automation server that is covered in the Host Services document. It also uses run-time text from two embedded Microsoft® Visual InterDev design-time controls (including controls from other vendors) to show how controls can be combined into more complex authoring scenarios. It uses Visual InterDev services to get to the data connections of a Web project and to take advantage of the SQL Builder that ships with Visual InterDev. It shows how to use ODBC to get the columns that will be returned by an ad-hoc SQL statement.
Requires:
All the MFC sample controls require Microsoft® Visual C++® 4.2 or later.
This control is the simplest control. It has no property page and has the minimum design-time control requirements.
This control is an enhanced version of the Bgsound control that shows how to take advantage of the URL builder if the control is hosted inside Visual InterDev or any other host that can return a URL builder via IServiceProvider.
This control has complete property page implementation and shows how to inherit design-time control functionality from a design-time control base class.