Discussion:
sound issue
(too old to reply)
billaras
2007-07-18 04:34:31 UTC
Permalink
hello, when i execute the following lines of code i get a sound
e.g.: WebBrowser1->Navigate("www.borland.com");
or in a edit box:
void __fastcall TForm1::Edit1KeyDown(TObject *Sender, WORD &Key,
TShiftState Shift)
{
if (Key==13) {
Edit1->Text="ENTER";
}
}
in both cases a sound comes which is very annoying,is there any way
that i can silence this sound?im using bds2006 c++builder.
thanks
JD
2007-07-19 14:57:31 UTC
Permalink
"billaras" <***@hotmail.com> wrote:
This question has been asked many, many times before and
you should have been informed by now about searching the
archives. BookMark:

http://www.tamaracka.com/search.htm
[...] is there any way that i can silence this sound?
Set the Key parameter to zero where appropriate.

~ JD
Remy Lebeau (TeamB)
2007-07-19 17:08:18 UTC
Permalink
Post by JD
This question has been asked many, many times before and
you should have been informed by now about searching the
http://www.tamaracka.com/search.htm
http://www.deja.com (http://groups.google.com) has a much more flexible
search engine and a deeper archive, and its search results can be bookmarked
and passed around. Tamaracka's results are session-based and thus cannot be
passed around at all as they expire quickly.


Gambit
billaras
2007-07-20 07:21:09 UTC
Permalink
the key=0 works for the edit thks,
i still cant find anything to stop the
WebBrowser1->Navigate("www.borland.com"); sound though,nor i can find any
other thread concerning this :(
in the navigate flag there is none concerning the sound,is it something from
the operating
system that cannot be stopped?
thanks
Post by Remy Lebeau (TeamB)
Post by JD
This question has been asked many, many times before and
you should have been informed by now about searching the
http://www.tamaracka.com/search.htm
http://www.deja.com (http://groups.google.com) has a much more flexible
search engine and a deeper archive, and its search results can be bookmarked
and passed around. Tamaracka's results are session-based and thus cannot be
passed around at all as they expire quickly.
Gambit
Loading...