Set My Computers Volume To Max Before It Plays The .wav File?

Mar 31, 2012

ok so i have a program that uses speech recognition reference and my voice, so when i say fire the computer plays a soundplayer.loopedplay or something like that and i want the program to set my computers volume to max before it plays the .wav file,

View 9 Replies


ADVERTISEMENT

Change The Computers Volume Up And Down?

Jul 1, 2010

How do i change the computers volume up and down? or mute it all together?

View 2 Replies

VS 2008 Mute The Computers Volume

Feb 7, 2010

How 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 Replies

Audio File Plays Only When Execution Paused?

Apr 29, 2010

I have a form and a class module.

the application plays a sound file from using a windows media player control on the form. it seems silly to me that you need to have a hidden visual control on a form rather than just using code, but that's another gripe.

previously, the code (in the form module) was :

Private Sub Something()
Call PlayMusic("filepath/filename.mp3")
End Sub

[Code].....

View 3 Replies

Code In Project That Plays An Audio File?

Apr 24, 2010

have a line of code in my project that plays an audio file, however the audio file is .wav and comes in at a massive 255mb as it is the bleep test sound track..Computer.Audio.Play("C:AMSFTBleep_Test_AudioBleep_Test.wav", AudioPlayMode.Background)How, if at all can i use .wma or mp3?

View 1 Replies

Make A Piano Type App So When Press A Button It Plays A File?

Oct 7, 2009

how can i make a piano type app, so when you press a button, it plays a file, if this can be achieved ill need help scripting itI like.....

Understandable Answers
1 2 3 4 5
- - - - - Rate yourself And Have A Kitkat
5 5 5 5 5

View 3 Replies

Get A SplashScreen To Appear At The Beginning Of Program And Plays A Shockwave .swf File Automatically Without Loop?

Apr 27, 2010

I want a SplashScreen to appear at the beginning of my program and plays a shockwave .swf file automatically without loop, then closes he splashscreen.i want this ALL to happen on load on SplashScreen, i dont want to click a button and search my computer for a flash file. I want my flash to be in my program like so...

i get some "cross-thread" error What do i need for my .swf to run automatically on load? Also woundering if this is the right way to say the file location when the file is located in my solution explorer?

View 4 Replies

Set The WAV File Volume

Feb 23, 2009

I've been looking online for almost two hours now, is it possible to set the volume level of a WAV file that a program you are designing plays? For example, you have a button on a form and when pressing button it plays sound but at a specific volume. I tried to find volume control tutorials but that seems to be a difficult one for coders.

View 2 Replies

File I/O And Registry :: Safe & Secure Way To Perform File Transfering Between Computers?

Feb 5, 2009

My application runs on a "server" machine and provides files (10megs - 100megs each) to 8 other computers. Currently this is done using a standard shared folder on all 8 computers and the server simply copies the file to \ComputerNameSharedFolder - and everything is great.However, due to new policies we need to remove all shared folders, so using a simple \ComputerNameSharedFolder is no longer feasible. Therefore I need to find a way for my application to be able to share these files in a safe, secure, and compliant way.There has been talk of using sFTP which would require each system to have an sFTP server running at all times (controlled by the application somehow), or also SSL was talked about as it can be integrated into the application easily, etc...

View 1 Replies

VS 2008 Error: The Volume Does Not Contain A Recognized File System

Aug 17, 2010

I have the following code.

Imports System
Imports System.IO
Public Class frmUpdater


When I try to run this I get the following error: The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted.I am trying to read all drives with FAT16, FAT32 and NTFS.My PC is using NTFS and is running normally.

View 2 Replies

How To Point To Relative File That Would Be Same On All Computers

Aug 15, 2011

I am wondering how to point to a relative file that would be the same on all computers. How would I go about this.

View 4 Replies

Keep File Paths Across Multiple Computers If Everything Is In It?

Nov 16, 2009

I am working on a project and transferring the whole project back and forth. The thing is I am using a full file path in all my code ("c:/Users/..."), so when I transfer to the other computer the file paths break. Everything I am linking to is in the "bin" folder in my project's folder. How do I have file paths relative to the project folder?

View 2 Replies

VS 2010 Copying A File To Many Remote Computers

Jul 20, 2011

I have to periodically (2-3x/wk) copy a file or two to approximately 70 remote computers. I have full control of the remote computers and they all follow the same directory structure and security permissions. I have asked in the General PC forum to see

[Code]...

View 11 Replies

VS 2005 Generate A Licence.dat File And Then Install In On The Clients Computers?

Mar 24, 2009

I descovered that an application within my company at the minute reads a 'license.dat' file which must be generated off-site. If the file is missing or is edited in a text editor (which 90% of the content is not english, more gobuldy gook). then the application shows an error and then closes. I would like to know if that can be done for my application, so i can generate a licence.dat file and then install in on the clients computers.

View 2 Replies

Background Music While Sound FX Plays

Dec 27, 2011

Ive been wondering how to do this in Vb easly for awhile but Ive found no real solutions. So far everythign in Vb has a easy way to accomplish a goal from what I've seen. So I'm hoping someone will have a simple solution to this question. I'm making a simple game and I want background music to play in the background. An I want sound FX's to play with out stopping the background music from playing. Best thing I can think of would be a loop but every time I play a new sound, it stops the other sound. So how would I accomplish this task?

View 1 Replies

Building A Application That Plays Internet Radios?

Apr 9, 2011

im building a application that plays internet radios, and im stuck at one place, so i want it to be possible for the user to be able to add their own radio stations, i have a form for that, has; text boxes for the; name and for the URL, and a button to save it to the listbox called "User Radio's", now here is the problem, should i use a database where i store the preset radio's + where the user will save their radios or how exactly do i save this? i also need help with playing the radio station that the user saved in the listbox, and how will i play the preset radio's that are saved in database, populate the listbox from the database?

View 3 Replies

Create A Program That Plays A Game With The User?

Oct 18, 2011

Im new to visual basic and im taking a class on visual basic currently We are suppose to create a program that plays a game with the user. The game is about guessing a random number the program guesses If you are too high from the computers guess it will tell you "too high"If you are too low from the computers guess it will tell you "too low"If you are right it will let you know your right Currently im having problem with Line 7, its saying RandomInteger is expecting declaration But i declared it above as a integer

[Code]...

View 2 Replies

Creating Simple Editor That Allow To Design Plays

Nov 10, 2009

I am just new in visual basic and I was given a task to do a basketball playbook application using visual basic. I am trying to do a simple editor that would allow you to design the plays. How do I implement a picturebox (picturebox1) with an image in it (lets say image1) then when I drag it image1 will appear in another picturebox (picturebox2)with a basketball court background. Then after dragging image1, picturebox1 will now display another image (image2) ready to be dragged also.

View 3 Replies

Media Player : Plays Songs Using Webhost

Jul 8, 2009

i used to code with vb6 but now im using the new windows 7rc so im trying the new .net

Anyway So i uploaded a few songs to my webhost and i would like to play them in media player i know i can do this (Ply1.url = "blah.com") but how would i play the next song on my server as if i add one more track to it. it just seems to play the first and with no next button

View 3 Replies

Program That On A Button Click It Plays Music?

Mar 18, 2011

i have a program that on a button click it plays music. when i click to play i recieve a loader lock. can someone tell me why this is and provide me a possible solution?

View 2 Replies

Press The PLAY Button On The AxWindowsMediaPlayer It Plays Content From Listbox?

Dec 2, 2009

this is my first post, and i thought the best people to help me out are you MSDN forum users.

View 2 Replies

Writing A Program Which Plays Audio Using A Windows Media Player Control?

Oct 11, 2009

I'm writing a program which plays audio using a windows media player control. It's quite basic but I'm running into a problem.

Soundplayer.Ctlcontrols.play()
Sleep(3000)

For some reason when this appears in my code, the sound doesn't start playing until AFTER the sleep. I have music running in the background, using another windows media player control, that continues playing just fine.

Basically, I want nothing else to happen for the duration of the sound, hence the sleep, so how can I make it so my sound starts playing BEFORE the sleep?

View 7 Replies

Media Player And RichTextBox - Highlight The Text Being Played And Auto-scroll When It Plays The Next Line

Feb 9, 2011

I am trying to build a language tool, basically I am getting lines of text into a richtextbox and playing the audio for that line. Things are working great except that I want to highlight the text being played and autoscroll when it plays the next line. how to implement the line highlighting and autoscrolling.

View 2 Replies

Best Media Control - Control Which Plays Flv Files

Apr 12, 2010

I am currently using windows media player as the control I use which plays media (video's and music). It is great and does everything that I want it to apart from play flv files. I am actually desperate to find a control which does this now. Windows media player is brilliant as it has visualizations etc. Does anyone know a control which plays flv files, which excludes realplayer as that control is bad.

View 1 Replies

How To Control Volume

Apr 11, 2012

How can I control the volume of only the sound coming from my program rather than the system sound with a track bar? If this isn't possible, how can I control the system volume with the track bar?Bgeo99

View 2 Replies

Vb Volume Meter

Jul 8, 2010

look what i found : [URL]

View 1 Replies

Change Wave Volume Of Your PC?

Dec 28, 2010

I want to make an application that can control the general volume of my pc. I have been using waveOutGetVolume and waveOutSetVolume properly. But that only changed the volume of my own appliation in the mixer.[code]...

View 1 Replies

Code To Change Volume?

Nov 20, 2009

does any one know the code to turn volume up and down in a music player?

View 2 Replies

Detecting If Volume Is Muted?

Apr 26, 2009

I have this code to Mute or Unmute volume:SendKeys.Send(Keys.VolumeMute)

How could I find a code which would detect if volume is muted, and if so un mute it?

View 2 Replies

Get And Set The System Sound Volume?

Nov 16, 2010

Does anyone know how to get and set the system sound volume? I have tried every method I've found on the net and none of them work. I've tried the winmm.dll APIs with no luck. I've also tried waveOutGetVolume/waveOutSetVolume, which didn't work. I'm using Win 7, but need a solution that works on XP+.

Right now I use the VolumeUp keyboard event, but I need to be able to get the volume and set it to a specific level.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved