Reputation: 68
i want to play .wav file at specify time like every hour how could to manage it in c# (window)
Upvotes: 1
Views: 326
Reputation: 166356
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
Upvotes: 1