473,320 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Simple Question - Enter "Ding"

I'm using vb2005. The users want to use the enter key to navigate instead of or in addition to the tab key. That's easy enough.
How do I get rid of the ding when hitting the enter key. I have e.Handled in the KeyUp event where I use SelectNextControl. That
didn't do it. I then added e.Handled to the KeyDown event. I still get the ding. Is there something else I need to do?

--
Al Reid
Feb 23 '06 #1
2 1345
You're going in the right direction; however, you need to set the key
to handled in the KeyPress event.

Raymond

Feb 23 '06 #2
"Kyjan" <Ho***********@gmail.com> wrote in message news:11*********************@v46g2000cwv.googlegro ups.com...
You're going in the right direction; however, you need to set the key
to handled in the KeyPress event.

Raymond


Thanks, that did the trick.

--
Al Reid
Feb 23 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

114
by: muldoon | last post by:
Americans consider having a "British accent" a sign of sophistication and high intelligence. Many companies hire salespersons from Britain to represent their products,etc. Question: When the...
32
by: Christopher Benson-Manica | last post by:
Is the following code legal, moral, and advisable? #include <iostream> class A { private: int a; public: A() : a(42) {}
12
by: Susan Baker | last post by:
Hi, I want to store data in a 3-tuple {a,b,c}. Element a is an enumeration, and element c is an enumeration which is specific (i.e. determined) by a. An example will help clarify further. I...
7
by: Doug Bell | last post by:
Hi, I have just built a small application with a form that has one Text Box and one Check Box and a couple of Command Buttons. What I am trying to achieve is that if the Text Box has focus and...
6
by: marfi95 | last post by:
Is it possible to not show the close button (red X in upper right corner) in the titlebar of a messagebox so the user doesn't see it.
93
by: jacob navia | last post by:
In this group there is a bunch of people that call themselves 'regulars' that insist in something called "portability". Portability for them means the least common denominator. Write your code...
1
by: Cub71 | last post by:
How can I avoid a "ding" when enter is pressed in a textbox with multiline == false?
2
by: jiayanxiang | last post by:
Is there some way to programmatically turn off the "Ding" sound when the user presses Enter in a text field?
13
by: donpro | last post by:
Hi, I have a row of 5 <DIVelements that have the "float: left" attribute as I wanted them on the same row. I issue a "clear: left" for the subsequent element. All looks great except if I...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.