Play A .wav File In .Net 2003?

Oct 15, 2010

I have built a small concentration game for my grandaughter. When she finds matches I would like to play a .wav cheer. I can't figure out how to make a .wav file play in VS2003. I know there's got to be a way, but haven't found anyone who knows.

View 6 Replies


ADVERTISEMENT

Shell - Media Player Play File Error - Refuses To Play

Sep 16, 2010

Im trying to open media player (full screen) and play a movie. When i create the file path like so: Dim MoviePathVTS As String = String.Concat("""" + tempMoviePath, " \VIDEO_TS\VTS_01_1.VOB" + """")

It wont play the file but if i do it like this: Dim video1 = """F:\Movies\DvD\Angels and Deamons\VIDEO_TS\VTS_01_1.VOB"""

It plays fine? the file paths are the same including the extra "" but it just refuses to play. I need the top one because i have many movies in a treeview.

Heres my code

Private Sub watchNow_Click(ByVal sender As Object, ByVal e As EventArgs)

'get the position of the selected node
Dim i = movieTreeView.SelectedNode.Index

[CODE]...

View 2 Replies

Click The The Song To Play, Even The Play Song Finish But Does't Play Automatically?

May 8, 2010

I want to the song can auto start one by one when import the song to list box. But it doesn't work that I need to select one by one. Besides, the program can repeat all the song or individual song when checkbox enable.

If AxWindowsMediaPlayer1.playState = WMPLib.WMPPlayState.wmppsMediaEnded Then
If playlistbox.SelectedIndex < playlistbox.Items.Count - 1 Then

[code].....

View 4 Replies

Opening An Excel 2003 File Then Searching That Open File For Data

May 22, 2012

I need to open an excel file from vb.net and then search it for specific data. I then need to take those data and insert them into text boxes on a form that i have created. This is all controlled by a button click. I already have some code that will open a file dialog box and let me navigate to the correct file, but I am having trouble with the search portion. I have tried the Find function but I am not sure of the proper syntax. I am using Visual Studio 2008 and Excel 2003.

[Code]...

View 7 Replies

Listbox - Select The File To Play But It Displays The File Path?

May 8, 2010

I made a media player that has a list box to select the file to play but it displays the file path but I want the filename and length.The code is:

Private Sub ListBox1_SelectedIndexChanged(ByVal sender
As System.Object,
ByVal e As System.EventArgs)[code].....

View 18 Replies

Play A WAV File While The Computer Is Reading Aloud A Text File?

Nov 20, 2010

How do I play a WAV file while the computer is reading aloud a text file? It uses Text to Speech synthesis and I need a laughter wav to play when the computer comes across something funny in the line.

View 2 Replies

Play Swf File In Media Player Current Video File?

Dec 13, 2011

I m trying to create media player .i want to add an swf file in current running video file at the top of my video player or bottom of my video.

View 2 Replies

WAV File Play - Detect When A Sound File (WAV) Stops Playing?

Feb 25, 2009

For stopping by, is there a way to detect when a sound file (WAV) stops playing?

e.g.> There is a FORM with a PLAY button on which is coded to play a WAV file. But how does VB detect when the WAV file has finished playing?

Here is the code I have on the PLAY button

My.Computer.Audio.Play("test.wav", AudioPlayMode.BackgroundLoop)

View 3 Replies

Make A Play Button Play/stop Toggle?

Feb 9, 2010

How can you make a play button play/stop toggle? Currently my button plays a file in WMP but when I click it again, it just restarts the file. I would like it to toggle on and off, play and stop, not play and pause.

View 8 Replies

Convert .htm File To Excel 2003 File?

Oct 4, 2010

Iīm working in a application where I receive a .htm file, but I need convert it to a excel 2003 file

if I right click on .htm file appears the option to open it with excel 2003, but through the application even if I change the extension to .xls, the application continues recognize it as a .htm file, and donīt open it.

View 4 Replies

Open File Dialog And Play The File

Oct 29, 2011

I'm making an alarm program, and I want the user to be able to choose their alarm sound. To do that, I want to use the openfiledialog box, but I don't know how to play it. Here's the code:

[Code]...

View 2 Replies

.swf File To Play In VB

Dec 27, 2010

I am having problems getting a .swf file to play in visual basic. Yes I have enabled .swf functionality. I am getting no errors. I created the .swf in adobe flash CS3, yes it will play if I open it in IE. But what I want to do is have it so it will play in the visual basic window. how to get this to work? it is called flash_engine.swf and it is my resources. my code is:

[Code]...

View 5 Replies

How To Play A Mp3 File In Vb App

Jul 30, 2009

How can I play a MP3 sound using vb code in my application?

View 8 Replies

Play A Wma File?

Apr 3, 2012

How can i play a .wma file. it resembles a gunshot so it has to be played once.

View 4 Replies

.net - Play A .XM File In Winform

Dec 9, 2010

There is alot of "search-hits" for the BASS.net Lib, but there seems to be non documentation for how to do this on the [URL] page. My problem is: I want to be able to play a .XM file in my Winform. I'm using VS 2008, .NET 2.0 on a 64-bit computer. Does anyone have any experience with this?

View 1 Replies

How To Play Next File In Listview?

Sep 1, 2009

I have this code to list selected media files within a Listview control to play upon double mouse click.

Private Sub AddMusicToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddMusicToolStripMenuItem.Click
On Error Resume Next
Dim Multi() As String
Dim FEn As IEnumerator

[Code]...

View 5 Replies

Play A .swf File In Form?

Apr 30, 2009

How to play a .swf file(flash file) in vb.net form. please tell me the code. I dont usually request codes. but I dont know anything about this.Im using vs 2005.

View 2 Replies

Play A Avi File In A Form?

Mar 5, 2011

I am trying to play an AVI file inside a form. I have added the windows media player controller to the form but dont know how to play the video i am after.

The video is called People.avi and its in images/people.avi

i dont really know where to start. this is the best i have [code]...

View 3 Replies

Play A Second SWF File AFTER The First Has Finished?

Feb 24, 2010

I am having no trouble playing a swf file in VB but how can a play a second SWF file AFTER the first has finished? How do I know when the first file is done playing? Tried 'isplaying' method in a while loop but can't get it to work.

View 5 Replies

Play A Song File?

Sep 26, 2010

What can I do to write a code to play a song file?

View 5 Replies

Play A Wav File On My Form

Jun 10, 2011

Need a simple way to play a wav file on my form.

View 2 Replies

Play All Songs In A File?

Apr 7, 2012

I created a file that has 10-20 songs in a file and i want when button1 is pressed to play all of these songs in order

View 4 Replies

Play Next File In ListView?

Jan 17, 2011

This code works a treat so i will not re-post it but i am having a problem where if the code gets to the last listview.index it errors. How do i get it to go back to the start and for the when it reaches the top (previous) to start at the bottom.

Here is the modded code to go back

Dim x As Integer = lvPlaylist.SelectedIndices(0)
lvPlaylist.Items(x).Selected = False
lvPlaylist.Items(x - 1).Selected = True

[code]....

View 6 Replies

Wave File Won't Play?

Oct 4, 2008

So, I re did my project in VB.NEt instead of C#. So, I put all the sound files in the resource files. I made a routine to play the sound file but it says that to make sure the sound file exists. Which it does because it played in the resource manager.Here's the sub routine to play the sound:

Dim sndplayer As New Media.SoundPlayer
Public Sub TestSound(ByVal snd As String)
My.Computer.Audio.Play(snd)

[code].....

View 3 Replies

Check The Timestamp Of A File (vb 2003)?

Jul 18, 2011

I have to load a data-file (articledata.txt) which is then being used into different other excels which filter out the needed data. After X hours the data-file will be updated, so now I'd like to inform the user that newer data is available (so they can refresh the excels).

I would think I can use the time-stamp of the file when I load it, save it, and then compare it (every X time?) with the time-stamp of the data-file to see whether it has been updated, but I have no idea how to get the timestamp out of the file.

View 2 Replies

Download File Through Web Proxy .Net 2003?

Sep 11, 2008

I am writing an application which downloads files from an extenal website and saves them to disk. I am able to achieve this by using the System.Net.WebClient method as follows:Dim web As New System .Net. WebClientweb.DownloadFile(strURL, strFileName)I now need to direct the download through a proxy server. I have seen various posts which use the HttpWebRequest method but have not been able to get them to work.

Does anyone have some sample code to download a file through a proxy server using VB.Net and .Net 1.1?

View 10 Replies

Get PDF File Version And Also Other Properties For A Particular Odf Using Vb.2003

Jan 19, 2012

How can get PDF file version and also other properties for a particular odf using vb.2003.

View 1 Replies

How To Read Excel File In 2003

Apr 6, 2010

The first thing to do is to browse the excel file in my vb.net program then read the content of excel file and display the value of excel content in listview.

View 2 Replies

ADD Flash Swf File In Auto-Play?

Jul 23, 2009

Can we ADD ( Flash FIle) .SWF video file in Form

View 6 Replies

Any Third Party Library To Play An Mp3 File

Oct 17, 2010

is there is any 3 rd party library to play an mp3 file other than media player control....

View 2 Replies







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