| | |
using sound as reminder
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: May 2007
Posts: 2
Reputation:
Solved Threads: 0
I am trying to write an application which require to play sound when the reminder comes up, but i'm only able to use text and colour bet is not working with sound.The code attached is written in a timer tick event and i will appreciate it if someone can help on this.
For I As Integer = 0 To DetailsTable.Rows.Count - 1
curtime = DetailsTable.Rows(I)(0)
newtime1 = DetailsTable.Rows(I)(0)
todayalarm = DetailsTable.Rows(I)(2)
If anotime = curtime And alarmdate = todayalarm Then
Me.Hide()
myform14.Show()
ElseIf anotime = newtime2 Then
Me.Hide()
myform14.Show()
End If
'MessageBox.Show(newtime3)
Next
For I As Integer = 0 To DetailsTable.Rows.Count - 1
curtime = DetailsTable.Rows(I)(0)
newtime1 = DetailsTable.Rows(I)(0)
todayalarm = DetailsTable.Rows(I)(2)
If anotime = curtime And alarmdate = todayalarm Then
Me.Hide()
myform14.Show()
ElseIf anotime = newtime2 Then
Me.Hide()
myform14.Show()
End If
'MessageBox.Show(newtime3)
Next
•
•
Join Date: Dec 2002
Posts: 461
Reputation:
Solved Threads: 56
I don't see where you are trying to play your sound but if you are using vb express 2005 then use this to play sound.
VB.NET Syntax (Toggle Plain Text)
My.Computer.Audio.Play(Filename, AudioPlayMode.WaitToComplete)
![]() |
Similar Threads
- can you hook a computer up to a receiver for surround sound? (Troubleshooting Dead Machines)
- presario 700 sound (Windows NT / 2000 / XP)
- Audio/Sound Unknown? (Windows NT / 2000 / XP)
- Help sound file deleted. (Windows 95 / 98 / Me)
- Sound Card won't work on laptop (*nix Hardware Configuration)
Other Threads in the VB.NET Forum
- Previous Thread: Open Excel Sheet in Vb.net
- Next Thread: encrypt and decrypt query string
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2005 2008 access account application array arrays basic beginner browser button buttons center checkbox client code convert cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic eclipse excel fade filter forms ftp generatetags gridview html images inline input insert intel internet lib listview mobile monitor net objects open panel passingparameters pdf picturebox port position print printing problem read remove save searchvb.net select serial settings shutdown soap sorting sqlserver survey table temperature textbox timer timespan transparency trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms wpf wrapingcode year





