Here is some work I have done lately:
- clsActiveMovie
- clsBrowseForFolderDialog
- clsFileDialog
- clsID3v1
- clsVisualization
- a sample program using these classes
Basically, should ease the life if you're making an application that uses multimedia. clsActiveMovie allows to play video and music without an extra OCX: only a reference to ActiveMovie control type library is required. The dialog ones allow selecting files and folders easily (yes, FileDialog supports multiple files!). ID3v1 is selfexplanary, and Visualization provides output of a soundcard in an array.
Now, here is a screenshot of the sample program in action:
![]()




Reply With Quote