R
Roger
When I run the following code it does not play on the client. When the
server and client are on the same machine it plays??? Any help from
anyone???
Dim errorSound As New System.Media.SoundPlayer()
errorSound.SoundLocation = ErrorLocation
errorSound.Load()
errorSound.Play()
server and client are on the same machine it plays??? Any help from
anyone???
Dim errorSound As New System.Media.SoundPlayer()
errorSound.SoundLocation = ErrorLocation
errorSound.Load()
errorSound.Play()