billaras
2007-07-18 04:34:31 UTC
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
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