473,799 Members | 2,764 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Playing an audio file

Hi, is there a simple way to play a short audio file? Some of my users
would like to hear "There is a new order for your approval" when ever the
situation calls for it. Is this do-able?

Any help is greatly appreciated.
Nov 16 '05 #1
2 2002
This is easily doable if you use the windows API

First put this into the using section:
using System.Runtime. InteropServices ;

Then define the funciton from the API:
[DllImport("winm m.dll")]
private static extern bool PlaySound( string lpszName, int
hModule, int dwFlags );

then provide a wrapper method for the API function:
private void playBtn_Click(o bject sender, System.EventArg s e)
{
String fileName = this.soundBox.T ext;
PlaySound( fileName, 0, 1 );
}

The parameters of the windows API call are as follows:
lpszName - A string that specifies the sound to play.
hModule - Handle to the executable file that contains the
resource to be loaded. We pass in a NULL value instead.
dwFlags - Flags for playing the sound. We pass in SND_ASYNC.
The sound is played asynchronously and PlaySound returns immediately
after beginning the sound.

You can check out all this information here:
http://www.publicjoe.f9.co.uk/csharp/csharp17.html

Hope it helped,
Phil
On Thu, 22 Jul 2004 10:27:26 -0500, "Greg Smith" <gj*@umn.edu> wrote:
Hi, is there a simple way to play a short audio file? Some of my users
would like to hear "There is a new order for your approval" when ever the
situation calls for it. Is this do-able?

Any help is greatly appreciated.


Nov 16 '05 #2
There's an example here: http://www.codeproject.com/cs/media/PlaySounds1.asp
"Greg Smith" <gj*@umn.edu> wrote in message
news:uF******** ******@TK2MSFTN GP09.phx.gbl...
Hi, is there a simple way to play a short audio file? Some of my users
would like to hear "There is a new order for your approval" when ever the
situation calls for it. Is this do-able?

Any help is greatly appreciated.

Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2870
by: Peter Schmitz | last post by:
Hi, I'm just trying to play a *.wav file, making use of the unmanaged function "sndPlaySoundA" in winmm.dll, but I still got one question: How can I avoid, that the sound file itself has to be seperate file in a specific directory, but instead 'integrate' it in my application? Thanks peter
1
2700
by: laredotornado | last post by:
Hello, I want to play an audio file embedded on my page by clicking on an audio image and the page change to a new page. Is there a cross-browser Javascript way to do this? Right now the code I have is ... <html> <head> <title>Dictionary: homeostasis</title> <link href="liveink.css" type="text/css" rel="stylesheet"/> </head>
7
6462
by: Lee Moody | last post by:
I just want quick and easy way to play a .wav file out the standard sound device. It could even be as simple as activating a sound assigned to an existing windows sound event. Any suggestions? Thanks in advance. -Lee
4
4613
by: fAnSKyer/C# newbie | last post by:
I am using winmm.dll and I found that I can't just suspend it and resume it? What should I do? Any better idea? Should I use thread? and thread.suspend will work? Thanks
2
5072
by: gskrishnan | last post by:
I would like someone to help me with VB code for the following problem. I want to play a composed audio file of a certain beat cycle. A metronome file corresponding to the audio file beat cycle is also to be played in the background so that the user gets a feel for the synchronization. The user should be able to fully control the start, stop, volume, and tempo variation of each of the two audio files individually. Thanks in advance. ...
0
942
by: Sobin Thomas | last post by:
Hi,All... I found in one of the articles on the net that an audio file can be played in asp.net by setting the Hyperlink's Navigate Url as the audio file name. ie, Hyperlink1.NavigateUrl="~\\songs\\mysong.wav"; And it works pretty well for me.Is there any disadvantage in using this method.If so, what is the preferred method of playing an audio file in asp.net? Thanking you in advance for your reply... Best regards.......
0
1115
by: Sobin Thomas | last post by:
Hi,All... I found in one of the articles on the net that an audio file can be played in asp.net by setting the Hyperlink's Navigate Url as the audio file name. ie, Hyperlink1.NavigateUrl="~\\songs\\mysong.wav"; And it works pretty well for me.Is there any disadvantage in using this method.If so, what is the preferred method of playing an audio file in asp.net? Thanking you in advance for your reply... Best regards.......
1
1278
by: Sobin Thomas | last post by:
Hi,All... I found in one of the articles on the net that an audio file can be played in asp.net by setting the Hyperlink's Navigate Url as the audio file name. ie, Hyperlink1.NavigateUrl="~\\songs\\mysong.wav"; And it works pretty well for me.Is there any disadvantage in using this method.If so, what is the preferred method of playing an audio file in asp.net? Thanking you in advance for your reply... Best regards.......
1
3438
by: Sobin Thomas | last post by:
Hi All, I want to play an audio file (wav)in my web page.I used the embed tag method.But it does'n work well in firefox.Is there any .NET class to play audio files?I already tried soundpalyer class .It works.But I want a user interface to control the playing of the file(pause,play ,volume etc). Hope you 'll have the solution. Thanks in advance.
0
9687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9541
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10251
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7564
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5463
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5585
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4139
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.