i want to play .wav file at specific time in C# (window)
i 开发者_如何学编程want to play .wav file at specify time like every hour how could to manage it in c# (window)
Have a look at using SoundPlayer Class and Timer Class
For the timer, you would want to look at Timer.OnTick Method and Timer.Interval Property
精彩评论