Hi,
Is there any way to execute a wav file from a macro? So for example I have a wave file that says Tool Zero complete. I want it to run after I set Z zero.
Any ideas?
Regards
Charlie
System.Media.SoundPlayer snd = new System.Media.SoundPlayer(@"yoursoundfile.wav");
snd.Play();
Users browsing this forum: No registered users and 1 guest