Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2008 Feb : 'Beeps' in TListview and elsewhere...

www.cryer.info
Managed Newsgroup Archive

'Beeps' in TListview and elsewhere...

Subject:'Beeps' in TListview and elsewhere...
Posted by:"JJ" (nospam@nospam.com)
Date:Thu, 21 Feb 2008 12:47:33

I have a TListview list, and it is working well.
When a customer hits a letter on the QWERTY keyboard, it jumps to the
location of the first letter... that's good.
But it also 'beeps' (if the letter is found or not found) ... I'd like to
suppress the beep in all cases.

Any idea how to do that?

Also, in general I don't want any 'beeps' in the VCL  (since the customers
use the application publicly, and don't want any audible beeps from my
program).
For example, Exception.Create() also makes a beep.

Perhaps there is a different strategy to disable sounds (beeps) eminating
from VCL messages?  (short of the customer disabling his Windows sounds for
every program)

JJ

Replies:

www.cryer.info
Managed Newsgroup Archive