The application need common sound system. We should find common sound file: when contact go online, offline, new message incoming and attach to events
Logged In: YES user_id=1871279 Originator: NO
May be using internal classes from .net framework 2.0 (Microsoft.VisualBasic.dll assembly):
http://msdn2.microsoft.com/en-us/library/microsoft.visualbasic.devices.audio\(VS.80).aspx
disadvantages: can only playing WAV-files, not MP3 or compressed WAV-files.
Logged In: YES user_id=1978924 Originator: YES
I've made a Class (in SVN SoundPlayer.cs) for handle sound system
I've handle message incoming sound when chat window is not visible
In last revision (number 17) I've update sources with sound system
I've made a sample sound when message incoming and conversation form is not visible or minimized. I've made the Invoke function on conversation form
PlayFile = If you wany play a file on computer PlayStream = if you want play a stream from resources
Log in to post a comment.
Logged In: YES
user_id=1871279
Originator: NO
May be using internal classes from .net framework 2.0 (Microsoft.VisualBasic.dll assembly):
http://msdn2.microsoft.com/en-us/library/microsoft.visualbasic.devices.audio\(VS.80).aspx
disadvantages: can only playing WAV-files, not MP3 or compressed WAV-files.
Logged In: YES
user_id=1978924
Originator: YES
I've made a Class (in SVN SoundPlayer.cs) for handle sound system
Logged In: YES
user_id=1978924
Originator: YES
I've handle message incoming sound when chat window is not visible
Logged In: YES
user_id=1978924
Originator: YES
In last revision (number 17) I've update sources with sound system
Logged In: YES
user_id=1978924
Originator: YES
I've made a sample sound when message incoming and conversation form is not visible or minimized. I've made the Invoke function on conversation form
PlayFile = If you wany play a file on computer
PlayStream = if you want play a stream from resources