When you press ENTER (rather than TAB) to exit a TextBox it beeps and it is
very annoying.
On desktop applications, I can stop it by using e.Handled = true; eg:
private void textBox1_KeyDown(object sender, KeyEventArgs e)
{
if ( e.KeyCode == Keys.Enter )
{
e.Handled = true;
/* do some processing */
}
}
but this does not work on my CE5 device.
Does anyone have any ideas?
TIA
John.
Is not an specific configuration of your CE5 Device???
"John Dinning" <jo...@NOSPAMbarcodelogic.com.au> escreveu na mensagem
news:O1JINrUN...@TK2MSFTNGP03.phx.gbl...
John.
"Wagner Bertolini Junior" <wagnerb...@jbs.com.br.NotSpam> wrote in
message news:%23mHftjW...@TK2MSFTNGP03.phx.gbl...
One falcon from PSC, with windows CE 5.0 too..
It dosn´t do any sound when i hit enter on the textbox to change it´s focus,
rather that the "key event" sound.
This sound occurs at any key down, on all applications.
But i have an MC9090 from Symbol, with the same operational system, and it
does the anoying sound that i are talking about.
I don´t know exatcly what it is, but i think that maybe something on the
windows compilation. Try your software at another device.
"John Dinning" <jo...@NOSPAMbarcodelogic.com.au> escreveu na mensagem
news:uevxpCdN...@TK2MSFTNGP03.phx.gbl...
Regards,
John.
"Wagner Bertolini Junior" <wagnerb...@jbs.com.br.NotSpam> wrote in
message news:u6Y9ftj...@TK2MSFTNGP02.phx.gbl...
>I have two devices here.
>
> One falcon from PSC, with windows CE 5.0 too..
> It dosn愒 do any sound when i hit enter on the textbox to change it愀
> focus, rather that the "key event" sound.
>
> This sound occurs at any key down, on all applications.
>
> But i have an MC9090 from Symbol, with the same operational system, and it
> does the anoying sound that i are talking about.
>
> I don愒 know exatcly what it is, but i think that maybe something on the
> windows compilation. Try your software at another device.
>
>
> "John Dinning" <jo...@NOSPAMbarcodelogic.com.au> escreveu na mensagem
> news:uevxpCdN...@TK2MSFTNGP03.phx.gbl...
>> Thanks to that , but I don't think there is anything specific in this
>> area.
>> I can disable the sounds from control panel but that is not ideal.
>>
>> John.
>>
>> "Wagner Bertolini Junior" <wagnerb...@jbs.com.br.NotSpam> wrote in
>> message news:%23mHftjW...@TK2MSFTNGP03.phx.gbl...
>>>I do the same thing on my applications, but my CE Device doesn愒 beep.
John.
"Wagner Bertolini Junior" <wagnerb...@jbs.com.br.NotSpam> wrote in
message news:u6Y9ftj...@TK2MSFTNGP02.phx.gbl...