Other ActiveX Control Samples
The CIRC samples are just a few of the ActiveX control samples included with Visual C++. Other samples include:
-
BUTTON — A control subclassed from a Windows button control. Demonstrates use of an in-place active menu, a stock property page, and the About box control option.
-
DB — A control that illustrates use of the CRecordset and CDatabase classes.
-
LICENSED — A control that enforces use of a design-time and run-time license.
-
LOCALIZE — A control with a localized user interface. Demonstrates use of separate type libraries and resource DLLs for localization.
-
PAL — A control that displays the colors of a palette. Demonstrates read-only properties, persistent Get/Set properties, persistent parameterized properties, and picture properties.
-
PUSH — A control subclassed from a Windows owner-drawn button control. Demonstrates stock properties, custom events, and picture holders.
-
REGSVR — Registers controls in the system registry.
-
SPINDIAL — A control with the visual appearance of a spin-dial. Demonstrates property page data validation.
-
TIME — A control that is invisible at run time and fires a timer event at set intervals. Demonstrates notification functions and ambient properties.
-
XLIST — A control, subclassed from a Windows list box, that displays text or bitmap items. Demonstrates methods, ambient properties, picture holders, and font holders.