how to generate phone ring sound
-
Dear sir, how can i generate phone ring sound? is it possible?? i am searching in google but i m not getting anything. do u have any idea. i want to make a project to call pc to pc. whenever i press Call button ringing sound should come.
yogesh
-
Dear sir, how can i generate phone ring sound? is it possible?? i am searching in google but i m not getting anything. do u have any idea. i want to make a project to call pc to pc. whenever i press Call button ringing sound should come.
yogesh
Can't you just use the C:\WINDOWS\Media\ringin.wav file? If it's copyrighted, just search around - there's plenty of free ones for mobile (cell) phone ringtones. [Edit] There's one here[^] [/Edit]
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus) -
Can't you just use the C:\WINDOWS\Media\ringin.wav file? If it's copyrighted, just search around - there's plenty of free ones for mobile (cell) phone ringtones. [Edit] There's one here[^] [/Edit]
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)ok it is working but i dont want to play sound in any player. it should come automatically without use of any player.
yogesh
-
ok it is working but i dont want to play sound in any player. it should come automatically without use of any player.
yogesh
Be very careful. I once programmed a 'ting' (just an imitation of a standard bell 0x07) in assembler, 2500 lines of code. What you are proposing is very complex, and C# is probably not the best language to use for it. However, best of luck! :)
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
ok it is working but i dont want to play sound in any player. it should come automatically without use of any player.
yogesh
Use the System.Media.SoundPlayer class. If I remember correctly, it will just play the sound from your application - and I think it has a PlayLoop (or something like that) method.
Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)