music

Android Media Browser (Play Music, View Images, Play Videos)

Submitted by donbermoy on
This is an application that can view and browse all media such as audio, video, and image files. I have created this one using Basic4Andriod. It can browse all media files whether in different locations or directories and will categorize whether audio, image, and video files. It can also play music and videos with the important information like locations, albums, date created, track, and duration

Music Player using Microsoft Multimedia Control in VB6

Submitted by donbermoy on
In this article, we will create a program that can play music using the Microsoft Multimedia Control 6.0. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Go to Project Tab, and Click Components or Press Ctrl+T. 3. In the Controls Tab, find and Microsoft Multimedia Control 6.0, Microsoft Windows Common Controls 6.0 (SP6), and Microsoft Common Dialog Control 6.0.

Play Music in VB.NET

Submitted by donbermoy on
Music is a sound that is sung by voices or played on musical instruments. I know all of us are music lovers :) In this tutorial, we will create a program that can play a song or a music file. Now, let's start this Font Dialog tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.