|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to open a Wav file using VB.NET?
by
Praveen Moosad
on
Nov 16, 2004
This article explains how to open a Wav File using VB.NET.PlaySound API can be used to play a wav file. You use sysimport to import a DLL and define the API as a global before you use it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Create a Windows Service using VB.NET
by
Mahesh Chand
on
Jan 19, 2000
Windows Services is new name for NT Services you used to develop in previous versions of Visual Studio. This tutorial walks you through how to create and use your Windows Services.
|
|