| | |
Audio file
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Jul 2007
Posts: 23
Reputation:
Solved Threads: 0
Hi
I have an audio file. Each time maskcount is above 0, the file will be played. But the problem is the duration of the file is only 5 sec. So it will stop playing after 5 sec. How do i make it play continuosly for as long as the maskcount > 0?
I have an audio file. Each time maskcount is above 0, the file will be played. But the problem is the duration of the file is only 5 sec. So it will stop playing after 5 sec. How do i make it play continuosly for as long as the maskcount > 0?
VB.NET Syntax (Toggle Plain Text)
Dim someFile As String = "F:\HearingTestSimulator\pwn_wav.wav" If maskcount > 0 Then My.Computer.Audio.Play(someFile) ElseIf maskcount = 0 Then My.Computer.Audio.Stop() End If
![]() |
Similar Threads
- Getting Audio File Length in C# (C#)
- How store and download audio file in database? (PHP)
- Audio Website Testimonial (Promotion and Marketing Plans)
- Recommended Web Hosts (Web Hosting Deals)
- Audio File Matching Program (C++)
- Audio Stream Programs for E-mails & Web Sites (eCommerce)
Other Threads in the VB.NET Forum
- Previous Thread: Checkbox on database
- Next Thread: Generic List Grouping
Views: 1197 | Replies: 0
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2005 2008 access account application array arrays basic bing button buttons c# center check checkbox code convert crystalreport data database datagrid datagridview date design designer dissertation dissertations dropdownlist excel fade file-dialog filter ftp generatetags google gridview hardcopy images inline input insert installer intel internet listview mobile monitor net networking objects output panel passingparameters picturebox port position print printing problem read remove save searchbox searchvb.net select serial shutdown soap sorting studio survey table tcp temperature text textbox time timer timespan toolbox trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet visual visualbasic visualbasic.net visualstudio2008 web webbrowser winforms wpf year





