System.Media.SystemSounds.Beep.Play();
That's what I use at the moment but it does not Beep on client(Windows7) within a Terminalserver/ Citrix(Windows2008).
What should I use instead?
System.Media.SystemSounds.Beep.Play();
That's what I use at the moment but it does not Beep on client(Windows7) within a Terminalserver/ Citrix(Windows2008).
What should I use instead?
I'd try playing a WAV file instead. You can use one of the built-in Windows system sounds and play that. Just ensure that your Citrix environment is configured to remote audio to the client.