开发者

i want to play .wav file at specific time in C# (window)

开发者 https://www.devze.com 2023-02-01 10:00 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消