|
From: Fares on 4 Apr 2008 10:48 Can any body tell me how I use sounds in Visual basic. Thanks all. =============================
From: Bob Butler on 4 Apr 2008 11:43 "Fares" <fares(a)alphalink.com.au> wrote in message news:47f63fd5_2(a)news.chariot.net.au... > Can any body tell me how I use sounds in Visual basic. What version of VB? What sounds? the system "beep" or other event sounds? WAV files? something else? If this isn't just a personal app or something specifically designed to make noise be sure to provide a way to disable them. There's little more annoying than applications that play sounds.
From: Bert van den Dongen on 4 Apr 2008 14:08 You can whistle while programming... Bert. "Fares" <fares(a)alphalink.com.au> schreef in bericht news:47f63fd5_2(a)news.chariot.net.au... > Can any body tell me how I use sounds in Visual basic. > Thanks all. > ============================= >
From: Martin Trump on 4 Apr 2008 15:11 In message <47f63fd5_2(a)news.chariot.net.au>, Fares <fares(a)alphalink.com.au> writes >Can any body tell me how I use sounds in Visual basic. >Thanks all. Check out the API sndPlaySound. Should do what you want. There are others that require more effort but post again if you still have probs. Regards -- Martin Trump
|
Pages: 1 Prev: Problem with decimal point and Country Settings Next: asp type runtime error with session line |