Mute Sounds JUST From An App?
Apr 8, 2010How can I mute sounds JUST from my app?
View 20 RepliesHow can I mute sounds JUST from my app?
View 20 RepliesI work on media player for my own every this is working good but when i play a sound file and press on mute(picture box) it's muted the sound but when i open another sound file the sound of the file is play and the mute picture box show's that the sound is muted . i need to set the sound mute if i pressed on the picture box and when open any formate the sound must still muted until i pressed on mute picture box to unmute the sound and this is the mute code in my project.
CODE:
And i attached the panel that's include the mute picture box
Attached image(s)
I had a source code along time ago but can't find it anymore. When the Browser control refreshes a page - it plays the audio from the video it's viewing. I don't think the user that using the program will like that. Is there any way I can mute the audio inside the program without effecting other windows audio like when the user has music playing?
View 1 Repliesi want to write something small to put in system tray so i can with right click unmute/mute line-in and mic.
View 2 Repliesthere are many C# things for this but I DONT KNOW C#, this link has FOUR C# PROJECTS - when it is posted in this forum:[URL]..it is ticking me off that all of the volume control i can find is in, yet again, C#!
please help, i NEED something to mute/unmute mic on button click and speakers on button click
Basically I want to mute the sound for my program only.
As you see one of the sound channels are form1 - I wish to mute this channel only.
How would I do this?
By the way, the reason why I need to mute my application is because I want to mute the webbrowser in the application.
I am trying to make an application that is able to turn master volume on and off (Mute unmute). And what I have done so far is increasing and decreasing volume, but if sound is turned on mute then it wont start anyway. And that was really a lot of code to do that, so is there an easy way to mute sound or is it equally alot to do.
I have tried
SendKeys.Send(Keys.VolumeMute)
But with no effect, and I have tried using
chr(173)
instead of keys.volumemute. (I have a variable that looks if the sound was mute or not from start so it can be default afterwards).
i have a webbrowser component that refreshes every 5 sec, but when it refreshes you hear the *click* sound. But how do i disable that
View 3 RepliesI'm developing video intercom system. i have push button to talk. when user press the push button, i need to increase the system microphone volume and mute the system speaker. While releasing the push button, i need increase the system speaker volume and mute the system microphone volume.
View 3 RepliesWhen I press the Enter key in NumericUpDown box, it makes a beep sound.Is there a way to mute it?Also, when performing calculations, the value entered in NumericUpDown box doesn't show instantly in TextBox1,
View 5 RepliesI have a web browser on my program, and it keeps navigating to different websites, the thing is that I don't like the sound it makes when while navigating. (Do you know what i am talking about) [url]...
View 6 RepliesHow can I make it so a command button or whatever you'd like to use can mute the computers volume, then unmute it?
View 2 RepliesI need help declaring and executing the necessary commands to mute the volume on my computer (globally, ie. will effect all programs using sound, not just the application itself).
View 3 RepliesI need to be able to mute the speakers in a computer, but not the line out because I need the headphones to still work.
View 4 RepliesI will make the command line tool to mute system volume,[code]...
But i can not use the Me.Handles without a form
How can I unmute master volume in vb.net. I know how to increase and decrease but if it is turned off it wont start any sounds.
View 6 RepliesI wonder how to put a sound clip in my vb.net form.I am using vb 2008.When a user starts my program, I want the sound to be played automatically and with a mute button.
View 1 RepliesI have been at it for a while and cannot get it to work.[code]by double clicking on a picture box. The Start/Stop/Pause buttons work just fine, however I can not get the volume and mute to work.I can physicaly click on the mute button and move the volume bar,but I have no control over the music volume and mute function.
View 8 RepliesI have searched the web for code relating to changing the system volume, muting the system volume, and outputing the current level of the volume as an integer, using VB.NET.
All the code that I have found either doesn't work, or is very long.
well i wanted to make a piano with visual basic 2008 and i searched around the internet to see how to play a sound but my search returned results relating only to visual basic 2005 & 6 so i am again forced to waste your time
View 3 Repliesi need a way to play wav and mp3 sounds using vb net. its has to be able to play more than one sound at same time and also to play the same sound again even if it has not finished playing
i tried this
Code:
Dim ch As String
ch = Chr(34) & TextBox1.Text & Chr(34)
mciSendString("open " & ch & " alias s1", Nothing, 0, 0)
mciSendString("play s1", Nothing, 0, 0)
it plays the sound once then will not play any other sound at all.
Turns out, visual basic cant play wav files under 100 kb :S, just needed to edit my wav file with audicity to extend it and increase its size.
View 3 RepliesI need help for button sound that when i click the button sounds.
View 2 RepliesIs there a way to hook the computers sound card and record the sounds?
View 2 Repliesi have a little project I have been working on over the past few days just a simple piano project, during making it I used directx sdk To allow me to play multiple wav files at the same time. everything worked out great got the piano working and was able to play some sound effects while I banged out a master piece on the piano . So the next step was to make an exe file , I knew that once I used directx sdk I might run into a problem when trying to make an exe to run on all my PCs that dont have directx sdk installed on them .
My question is it possible to make an exe that will allow my program to run on any pc even without directx sdk installed?
What is the simplest way to play two or more sounds at the same time? It should be a light software.
View 3 Replieshow do you do this playing two sounds at a time?
View 4 RepliesIs it possible to play two sounds using SoundPlayer simultaneously. I have got 2 sounds, one a music file which keeps on playing in the background and a message sound that will play if some condition is true over that sound. Is it possible??
View 4 RepliesIs it possible to play two or more sounds at the same time (i.e., one plays in the background and one plays a sound effect) and if so, how can I do this? I am having problems because it is cancelling one of the sounds out when the other starts.
View 7 Repliesi wanted to make a piano with visual basic 2008 and i searched around the internet to see how to play a sound but my search returned results relating only to visual basic 2005 & 6 so i am again forced to waste your time (sorry about that) oh and i also have the wav soundfiles i only want vb to read them in the final exe
View 3 Replies