Click here to Skip to main content
15,905,558 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can i add any mp3 file to alarm?

Thanks.
Posted
Updated 19-Feb-11 1:35am
v3
Comments
Abdul Quader Mamun 19-Feb-11 0:59am    
Edited Spelling.

Thank you for your question, You can follow code bellow:

VB
Public Class Form1
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Console.Beep(1000, 100)
    End Sub
End Class



Thanks,
Mamun
 
Share this answer
 
 
Share this answer
 
Hope this[^]might also help you.
 
Share this answer
 
Also see here[^]. Do a search on the internet. You will actually find a large number of samples.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900