audio

Convert Audio File into Text in Visual Basic 2008

In this tutorial I will show how to convert the audio file into text by using Visual Basic 2008. This method helps you, how to recognize the content of your audio file. For instance, if the audio file cannot be heard or cannot be understood. It will be recognized, because the content of it will appear in the Box through text. Let’s begin: Open the Visual Basic 2008, create a new Windows Application and drag a RichTextBox, TextBox and the Button.

Music Player using Microsoft Multimedia Control in VB6

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

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.