Re: IDE version .9L BUG Report
- Posted by Bernie <xotron at PCOM.NET> Nov 24, 2000
- 369 views
On Fri, 24 Nov 2000 23:24:12 -0000, George Henry <ghenryca at HOTMAIL.COM> wrote: >Does anyone know how to find out what sound (wav file) Windows associates >with a given situation, such as "program error"? (If you go look in Control >Panel, you can find the current answer to this question for your instance of >Windows. I want to be able to programatically find the current answer for >any instance of Windows under which my program is running.) George: I think that when your application is running, your program should use it's own wave files and not be concerned about what sounds are associated with what instance. Remember that a user maybe running a word processor or some other program at the same time as your application is running. Changing the system sounds changes the sounds for all runing programs and may mess up the other programs that are running. There are files in the archive for playing wave files. Bernie