Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
enter-key
- Page 1
Re: enter key
Programming
Software Development
18 Years Ago
by iamthwee
… but i didn't understand ;/ ,, what i meant is using
enter
key
to move from one text box to another.. and how… in the text box to enable or disable the tab
key
. If it is disabled you should be able to use… to go through different buttons and text fields. But using
enter
to do the same would be frowned upon.
Re: enter key
Programming
Software Development
16 Years Ago
by Rasb23
… with iamthwee! You should not use the
enter
for simple textbox navigation. Hitting the
enter
key
is like hitting "finished" for…'s the second and so on. I would not use
enter
if I was you cause if anyone was to use… the program they'd fill in the blanks hit
enter
just to see focus change. They'll be confused. Rasb
enter key
Programming
Software Development
18 Years Ago
by vb_learner
Hello :) Iam using windows application, I want to know how can I move from textbox1 to textbox2 through the tab control
key
or
enter
key
..
Re: enter key
Programming
Software Development
18 Years Ago
by tgreer
You don't want to do this. The "
enter
"
key
is universally used to submit a form, or perform a default action. Altering it is a major violation of the User Model.
Re: enter key
Programming
Software Development
18 Years Ago
by vb_learner
sorry but i didn't understand ;/ ,, what i meant is using
enter
key
to move from one text box to another.. and how I can do it.. I'm very new to programming. . :)
Enter key does not work in window.showModalDialog
Programming
Web Development
17 Years Ago
by rmk108
… follwing to happen "If I
enter
text in the text box and Press
Enter
key
then the button click event should fire…"... but now if i press
Enter
nothing happens.. pls…
Enter Key in Datagridview
Programming
Software Development
15 Years Ago
by tqmd1
Dear Experts Is there an easy way to move into datagridview columns with
ENTER
key
instead of TAB
key
. In other words: how to move in next column with
enter
key
? Please help
enter key press simulation
Programming
Software Development
14 Years Ago
by miraj0072004
hello friends, how do I simulate an "
enter
"
key
press in java? this is to avoid the continuous
key
pressing during runtime whereas there are so many popups which require an "
enter
"
key
press to continue execution
Enter key press
Programming
Web Development
13 Years Ago
by fawadkhalil
…panel. When i fill up the login form and press
enter
, button which is at top which redirects me to … login button. I used below java script function to handle
enter
key
press [CODE] function controlEnter(obj, event) { var keyCode = event.…me what am i doing wrong. How can i associate
enter
key
press to the correct button click.
Re: enter key press simulation
Programming
Software Development
14 Years Ago
by miraj0072004
…().postEvent( new ActionEvent(src, // the component ActionEvent.ACTION_PERFORMED, "
Enter
")); [/CODE] What is the GUI interaction with a user…Y)...that's why I thought of giving it an
enter
key
press event once the question pops up... this is the…
Re: Enter Key in Datagridview
Programming
Software Development
15 Years Ago
by kvprajapati
[b]>how to move in next column with
enter
key
?[/b] Handle the KeyDown event. [code] Private Sub DataGridView1_KeyDown(ByVal ….Windows.Forms.KeyEventArgs) Handles DataGridView1.KeyDown If e.KeyCode = Keys.
Enter
Then Dim numCols As Integer = DataGridView1.ColumnCount Dim numRows As…
Re: Enter key press
Programming
Web Development
13 Years Ago
by Ramesh S
Hi, Set the defaultbutton property in the <form> tag to the ID of button that should get fired when user press
enter
key
to submit the form. For example, [CODE] <form id="form1" runat="server" defaultbutton="btnLogin"> [/CODE]
Enter Key Repeated Self Pressing.
Hardware and Software
Microsoft Windows
17 Years Ago
by kylethedarkn
… without opening anything of downloading/installing something, started make the
enter
key
command rapidly repeat itself. It will press it so fast…
Re: Enter Key Repeated Self Pressing.
Hardware and Software
Microsoft Windows
17 Years Ago
by kylethedarkn
Yeah Nevermind. The second keyboard I had attached to the computer fell off on its
enter
key
. I feel stupid now.
Re: enter key
Programming
Software Development
18 Years Ago
by vb_learner
1)the tab works by default right? 2)I added the
enter
code but still when i start my program the focus is always at the 2nd text box, so what can i do? 3) can i move between textboxes using the ASCII code 13? how? thanks : )
Re: enter key
Programming
Software Development
18 Years Ago
by vb_learner
now that i have 3 text boxes .. when i type numbers then press
enter
the numbers will be cleared?? and that doesn't happen with 2nd and 3rd number?
Re: enter key
Programming
Software Development
18 Years Ago
by iamthwee
Huh? When you press the
enter
button on the keyboard you mean. Do you have any code?
Re: enter key
Programming
Software Development
18 Years Ago
by vb_learner
well, lets say i have 3 textboxes, i entered a value in the 1st box then i press
enter
, the value will disappear then the cursor will move to the 2nd box, but the value i type in it doesn't disappear? [code]Case 13 If sender Is txtA1 Then txtA2.Focus() ElseIf sender Is txtA2 Then txtA3.Focus() Elseif sender Is txtA3 txtA1.focus() End If[/code]
Re: Enter Key use in my Project
Programming
Software Development
15 Years Ago
by Keithuk
…If[/B][/QUOTE] Well the KeyAscii for the
Enter
key
is 13 as you've stated. So …why if the
Enter
key
is pressed you are pressing it again with… SendKeys? If the
Enter
key
is pressed then you surely want to do…depend on which control you are looking for the
Enter
key
. You may have to use [b]Me.KeyPreview…
Re: Enter Key use in my Project
Programming
Software Development
15 Years Ago
by PoisonedHeart
If you want to use the
enter
key
in you project, for example there is a Log-In … "Cancel" button, Then when the user presses the
enter
key
, the Ok button must be activated or the click event…
Re: Enter Key use in my Project
Programming
Software Development
15 Years Ago
by jinnie_gia
[I]Hey... The code that you have written is correct.. keyascii=13 is used for the "
Enter
"
key
response.. Instead of writin this code in the Form_load() event, write it under General Declarations.. By doing so , u r makin this code global to your form... Let me knw... :cool: [/I]
Re: Enter Key use in my Project
Programming
Software Development
15 Years Ago
by Keithuk
… is correct.. keyascii=13 is used for the "
Enter
"
key
response.. Instead of writin this code in the Form_load() event…
Disable Enter Key Problem in Form
Programming
Web Development
15 Years Ago
by hemgoyal_1990
… Much Knowledge of Javascript. I Have a Javascript That Disable
Enter
Key
in Textarea in Whole Form in Page. but I Want… to Disable
Enter
Key
only One Textarea. Below is my Code: [CODE]<… Work Fine but This Disable The
Enter
Key
in Twice Textarea but I Want to Disable
Enter
Key
Only in First Textarea That is…
Re: Disable Enter Key Problem in Form
Programming
Web Development
15 Years Ago
by Ramesh S
… code. Actually it does not disable
enter
key
in TextArea. It disable
enter
key
only in Textbox field. But you … your code. I have changed your code to disable
enter
key
in first text area(field1) only. [CODE] &…form action="" method="post">
Enter
Your Number<br> <textarea cols=&…
Some action tobe done in RTB when Enter key pressed....
Programming
Software Development
14 Years Ago
by Nivass
… a rich text box and i like to skip
enter
key
on the rich text box. i.e; If… user pressed
enter
key
the rich text box cursor should not move to…. I have achived this to some what. When
enter
key
pressed it do action what needs to be done.…. Say pointer in 70 line and i pressed
enter
key
pointer move to 71 line and do the action…
Capture the Enter Key in an Edit Control
Programming
Software Development
17 Years Ago
by complete
How do I capture the
Enter
Key
event in an edit control? I have …this does not receive the event when the
enter
or return
key
is hit. The first step in solving … dialog box so that when the user hits the
enter
key
, the dialog box does not close. I have …do I do the next step and capture that
enter
key
when the user is done entering data in an…
VB6 - Make Tab key also an "Enter" key.
Programming
Software Development
17 Years Ago
by tgifgemini
… trying to make both the "Tab
Key
" behave as the "
Enter
"
key
. keys. In otherwords, both the Tab… and
Enter
should acheive the same objective. I … below but only the "
Enter
"
key
is working, but the "Tab"
key
is not working. How can …
Re: Disable Enter Key Problem in Form
Programming
Web Development
15 Years Ago
by JavaScriptBank
…;script type="text/javascript"> /*********************************************** * Disable "
Enter
"
key
in Form script- By Nurul Fadilah(nurul@REMOVETHISvolmedia.com) * This… --> [/CODE] Demo: [URL="http://www.javascriptbank.com/disable-
enter
-
key
-in-form.html"]JavaScript Disable '
Enter
'
Key
in Form[/URL]
Pressing the Enter key problem
Digital Media
UI / UX Design
14 Years Ago
by docdoc
…problem is that I have to press the
Enter
key
twice for it to go to myPage.html…need to change so I only have to press the
Enter
key
once? function TheLogin() { var password = '1234';…color="#000000">Please
enter
the Password to
Enter
</font></b>…nbsp; </p> <center>
Enter
your password:<br> <form name…
Re: How do I handle the Carriage Return (Enter) key?
Programming
Software Development
13 Years Ago
by Mitja Bonca
….Windows.Forms.KeyPressEventArgs e) { if (e.KeyChar == (char)13) { // Then
Enter
key
was pressed } } [/CODE] If you still want to run the…(ByteData.Text); if(bFlag) { //do your code in here after
Enter
key
is pressed } } private void ByteData_KeyDown(object sender, KeyEventArgs e) { if…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC