Results 1 to 8 of 8

Thread: Multimedia Class Modules

Threaded View

  1. #1

    Thread Starter
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Multimedia Class Modules

    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:
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width