VS 2010 : Play More Than 1 Waves On 1 Form?

Dec 2, 2011

how to make to play more than 1 waves on 1 form?

1. I made 1 wav to load with the Form:

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
' Welcome Song
If My.Resources.welcomef.CanRead Then

[code].....

2. I want to add another wav file when they click on textbox4 to play wav from my resources>songs>female>identify.wav

View 1 Replies


ADVERTISEMENT

VS 2010 Button Must Fire Two Waves, One After The Other

Feb 11, 2012

It's a Windows Phone Silverlight & XNA app (not even sure if that's something it helps to mention here) but when the user clicks a button I need two waves to sound, one after the other.

have a one second pause in the event from the clicked button?

I remember sticking Do Events in a loop from back in the day, but being a phone app, wonder if there's a less resource intensive way than just having it loop like crazy until the second is up.

View 3 Replies

Interfacing VB With A Q-Waves Wireless USB Link

Jun 22, 2010

I am trying to set up visual basic to work with the wireless usb device below:

[url]

The link contains drivers and support docs. Could someone help steer me in the right direction on how to go about performing something like this?

View 2 Replies

Work The Program Receives The Radio Waves Into .net 2008?

Dec 19, 2011

How do I work the program receives the radio waves into vb.net 2008 With the use of computer ports?

View 1 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

VS 2010 Play Avi?

Mar 31, 2011

I want to create a simple app that plays an avi, but i do NOT want to use the windows media player addin, ( I hate that thing and it won't suite my purpose). Is this possible using some other method( I want to paint it in the coner of the screen over all other windows.)I doubt this is possible with XNA because that is for making games and the last managed directx came out in 2006 which is a bit old for my liking.

View 13 Replies

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

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 Wav File On My Form

Jun 10, 2011

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

View 2 Replies

Play An AVI Fullscreen On A Form?

Nov 22, 2010

I need the simplest code possible to play an AVI fullscreen on a form.

View 5 Replies

VS 2010 Play A Mp3 From Resources?

Aug 15, 2011

I want to play a mp3 sound file which is embedded in resources. as you may know resources don't have a system file path so I can't use a path.I have tried converting the files into .wav but the size got a lot bigger. Because vb.net only support PCM encoding ( No compression ).I don't care which format/extension the sound file have, I just want to play a sound file from resources.

View 1 Replies

Forms :: Play A Video On Form?

Nov 2, 2009

Does anyone know how to play a video on a windows form in a window like using a picturebox with a JPG?

View 4 Replies

Play A Java Game In VB Form?

Sep 22, 2011

Can I play a Java Game in my visual basic form?

I wan't to create a OS and add minecraft to it ...

View 1 Replies

Play A Video On Background Of Form?

Feb 15, 2012

how to play a video on the background of the form please guide i am really confused

View 7 Replies

Play A Video On Form Start Up?

Nov 4, 2011

when form Loads i want a video to play in a picture box or panel how do i do that? This is what i have so far.

Imports Microsoft.DirectX.AudioVideoPlayback
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

[Code]....

View 7 Replies

Smartphone - Play WAV On Form Open?

Apr 27, 2009

I am in the process of developing a simple game for Windows Mobile Pro. Can anyone tell me how to play a short WAV sound when a form opens?

View 5 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

Pause/Play Button In Vb 2010?

Feb 14, 2012

I am new to stackoverflow and the programming world. I have a basic program i'm making that will play a song in the background.

I already have that part working, it auto starts a launch of program.

However, I would like to have a button that pauses, then resumes the audio.

(I am trying to avoid making it a media player and using the media player control) Song was add as a resource.

My.Computer.Audio.Stop (works to stop it.)

But how can I implement the pause,resume? by adding a boolean or something?

(I would like pause and resume feature to be within the same button)

View 1 Replies

VS 2010 - Play Next Song Automatically?

Apr 18, 2011

Q1: how to play next song automatically? Q2: I dont want to fullname of Song like : d:mp3asshunter - dota125.mp3 (Only Basshunter - dota125 or Basshunter - dota125.mp3)but i need fullname of file to play song cuz my play button code Player.URL = ListBox1.SelectedItem

Q3: About my trackposition bar (name:trackbar2) song moves (back or forward) when i moved trackbar2 scroll (it's ok no problem)but trackbar2 scroll doesn't automatically move.

[code]...

View 5 Replies

VS 2010 - Code That Will Play A Mp3 File

Jul 2, 2011

I have a Link Label and i want it to play/stop a .mp3 i have in the same folder. The problem is i can't seem to find some code that will play a mp3 file. I'm not looking for the system.playfile or w/e way of playing it because it only supports .wav formats.

View 10 Replies

Winforms - Play A Video File In A Form?

Apr 27, 2011

How to play a video file in vb.net ?

I need the video to automatically start playing on form load.

View 1 Replies

Play/stop/pause VB 2010 Express?

Apr 20, 2011

Ive come to do a question about windows media player look Im trying to make a program which if you make a certain input which he is going to request to you then I want to play that video but I have no idea how to use windows media player controls to manipulate that video. [URL]..

View 7 Replies

VB 2010 (click Bot) Make A Little Bot For A Game - Play

Apr 7, 2012

I try to make a little bot for a game that i play. But i don't know how to make a functie that click on a resources (looks like this: [URL]

View 1 Replies

VS 2010 : Project Won't Run When Pressing Play Button

Jan 9, 2012

I've inherited a program from another developer. The software was originally written in VS 2008 and I have VS 2010. Everything appears to work okay, but when I have it open in VS 2010 on my machine, it won't always open the app when I hit the "Play" button.If I hit the green play button I get a status in the bottom left-hand corner that says "Build started...." and then "Build Succeeded", but the program never opens - it just sits there.This behaviour seems to occur on and off. Today it might be like that, and tomorrow and may run fine.

View 9 Replies

VS 2010 Checking Time To Play A Sound?

Aug 21, 2011

I have a program which have to play a sound at a specific time in each day.Currently I made a timer with 450 interval and I put a code in it which check if datetime.now = mytime then it will play the sound.(the program runs in background)

It is working but the problem is that sometimes it doesn't play the sound. I think I didn't used a proper way to this.I have even tried checking datetime.now.hour & .minute & .second with mytime to make sure it does play it at the right time But I don't know why the timer sometimes miss it and the play sound won't be run.

View 4 Replies

VS 2010 Play MP3 File In Console Application?

Jan 23, 2011

I was wondering if it is possible to play an MP3 file in a console application without using the Windows Media Player control (which is a bit annoying to use and would be more annoying on a console application) or DirectSound (which is not available in VS 2010)?

View 7 Replies

Forms :: Play Audio Files (WAV) When Form Loads?

Apr 19, 2009

How to play an audio file automatically when form loads?

View 5 Replies

How To Open And Play Video Files In Windows Form

Jun 8, 2011

how to open and play video files in windows form? also save videos in a specific folder inside the project.

View 2 Replies

Media Continuous Play And Shuffle Into A Checkbox Form

Jul 20, 2009

Not sure if this is the right thread place or not.And I've been designing an Mp3 player. I've ran across several things that I would love to know how to fix.

1. It won't play the next song when one ends.
2. Click and drag media files into the playlist.
3. Shuffle button would be awesome.
4. Repeat button.
5. I have a pause button, but it dont pickup where it paused...

If you could get the repeat playlist and shuffle into a checkbox form.[code...]

View 4 Replies







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