by Munawar Nadeem (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)

A complete Media Manager Project, that can play almost all types of media formats like, DVD, MP3, AVI, from CD-ROM or Hard Drive. Built in function "strfnFindCD" provides automatic detection of your CD-ROM drive. Auto play VCDs or DVDs. Select multiple media files and play without any interruption.
API DeclarationsPrivate Declare Function GetDriveType Lib "kernel32" _
Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
Private Declare Function GetLogicalDriveStrings _
Lib "kernel32" Alias "GetLogicalDriveStringsA" _
(ByVal nBufferLength As Long, _
ByVal lpBuffer As String) As Long
Download Media Manager (46 KB)