VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ActiveX CDDB Control

Jodoveepn  (1 Submission)   Sound/MP3   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This control has been reworked from the original by Michael L. Barker. It is now much more robust and has many more properties. It exposes all CD info (lengths/frames/offsets/number of tracks) and will connect to CDDB to grab album/genre/artist/track names. Enjoy!
Thanks to Michael and whoever supplied the CCd.cls class.

Inputs
To connect, you must supply a drive letter which has the CD to process, and specify which CDDB server (if any) to contact.

Assumes
This code uses the Winsock control for testing and also needs a reference to the file system object (Scripting runtime - sccrun.dll) both of which should be handled automagically.

Returns
Properties expose basic CD info initially. While communicating CDDB, it will return messages via AllServerMessages event. After the connection is closed, it will expose album/artist/track names thru properties.

Side Effects
See the readme for details (not too many.)

API Declarations
See the code - modMain.bas

Rate ActiveX CDDB Control (8(8 Vote))

Download ActiveX CDDB Control

ActiveX CDDB Control Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters