eynt
Joined 08.05.2020
Play sound 24 Jun 2022, 17:57
Is there a way to play sound via code?
Thanks
firemyst 25 Jun 2022, 17:31
Yes.
Example:
System.Media.SystemSounds.Exclamation.Play();
firemyst
25 Jun 2022, 17:31
Yes.
Example:
System.Media.SystemSounds.Exclamation.Play();
@firemyst