user547534
user547534

Reputation: 68

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)

Upvotes: 1

Views: 326

Answers (1)

Adriaan Stander
Adriaan Stander

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

Related Questions