|
-
Dec 28th, 2006, 09:57 AM
#1
Thread Starter
New Member
I Have difficulty sound playing window media player in vb2005
Hi all,
I have difficullty playing my window media player in the vb2005
application .
Please kindly help me if anyone know the how it work.
Thank You.
-
Dec 28th, 2006, 01:51 PM
#2
Frenzied Member
Re: I Have difficulty sound playing window media player in vb2005
Hi,
are you just trying to play a sound file in VB?
Pete
-
Dec 28th, 2006, 02:20 PM
#3
Thread Starter
New Member
Re: I Have difficulty sound playing window media player in vb2005
To : Petevick
Yes i am trying to play a sound file out from vb2005 using mobile5 Pocket PC.Below is the code which i encounter problem.Which i unable to solve due to very new on vb2005.Beginner level
--------------------------------------------------------------------------------
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
PlayBackgroundSoundFile()
My.Computer.Audio.Play("C:\Waterfall.wav", _
AudioPlayMode.Background)
End Sub
End Class
-
Dec 29th, 2006, 04:22 AM
#4
Frenzied Member
Re: I Have difficulty sound playing window media player in vb2005
Hi,
you can use the opennetcf (www.opennetcf.org), or p/invoke playsound as described here
Pete
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|