The CD Player control allows you to play audio compact disks. Properties and methods are available to control playing and getting information from your CD and CD drive.
The CD Player control doesn't have a visible user interface. It's designed to hide the complexity of dealing with the CD Player so you can create your own user interface and invoke the CD Player features as needed.
Here's an example of a CD Player created in an Access form that's part of the Demo database. The CD Player control makes it easy to support the buttons (play, pause, skip, stop, eject etc.), and update information on the tracks and time.

Place the CD Control on your form and invoke its methods to:
You can also work with the CD contents using properties such as:
The CD Player control supports two events. The OnNewTrack event fires when the CD player reaches a new track. Use this event to update a display showing the current track number.
The OnNewPosition event fires every second when the CD is playing. This lets you update displays showing the CD's playing time.
NOTE: Your computer must have the correct hardware devices and software drivers for this control to work.
 About Box
About Box
		 Browse for Folders and Printers
Browse for Folders and Printers
		 Clipboard
Clipboard
		 Common Dialogs
Common Dialogs
		 INI Files
INI Files
		 Registry Settings
Registry Settings
		 System Information
System Information
    Supports Microsoft Access 2016, 2013, 2010, 2007, 2003, 2002, and 2000