954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

using sound as reminder

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

dumes2
Newbie Poster
2 posts since May 2007
Reputation Points: 10
Solved Threads: 0
 

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.

My.Computer.Audio.Play(Filename, AudioPlayMode.WaitToComplete)
waynespangler
Posting Pro in Training
461 posts since Dec 2002
Reputation Points: 84
Solved Threads: 58
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You