No announcements
Found 4017129 threads
-
0 Votes
Is there anyway to let messagebox not to close when hit Enter on keyboard?
2) I would, personally, make this look similar to a message box, but subtlety different.Answered | 1 Replies | 2789 Views | Created by Nickeay - Friday, February 5, 2010 5:25 PM | Last reply by Reed Copsey, Jr - Friday, February 5, 2010 5:33 PM -
2 Votes
Expandable textbox when in focus?
While the background feature seems to work, I notice when I'm in designer and manually drag the size of the textbox it seems to be overlayed by some but not all fields and ...Answered | 7 Replies | 1409 Views | Created by jfalberg - Monday, April 29, 2013 4:15 PM | Last reply by jfalberg - Tuesday, April 30, 2013 8:24 PM -
1 Votes
Textbox control and the Keyboard's Enter Key
I just wanted to add that you can also handle the Leave event of the textbox so that in case the user forgets to press Enter the text will still be copied when the ...Answered | 5 Replies | 3168 Views | Created by Glogo - Monday, September 21, 2009 10:31 PM | Last reply by Glogo - Tuesday, September 29, 2009 9:48 PM -
0 Votes
Expanding textbox when typing is not submitting data when i hit enter keyboard
User475983607 posted Of course, the code is purposefully written to cancel the default behavior when enter (13) is pressed.Answered | 1 Replies | 31 Views | Created by Anonymous - Wednesday, January 24, 2018 4:41 PM | Last reply by Anonymous - Wednesday, January 24, 2018 4:48 PM -
1 Votes
Nice little error when hitting submit
In such cases I close the thread and re-open and usually after that I can post.Answered | 2 Replies | 12710 Views | Created by SWR1988 - Wednesday, December 1, 2010 10:38 AM | Last reply by Naomi N - Thursday, April 5, 2012 12:36 AM -
1 Votes
Intellisense Behavior When Hitting Enter
Hit Tab instead of EnterAnswered | 2 Replies | 2473 Views | Created by tommyhuntishere - Saturday, February 28, 2009 2:44 AM | Last reply by tommyhuntishere - Saturday, February 28, 2009 3:28 AM -
0 Votes
Detecting when text is entered in a textbox?
Hi, Subscibing the TextChanged or KeyDown events will tell (after every entered letter) you when new text is in textbox.Answered | 3 Replies | 3157 Views | Created by Nermin_K - Friday, January 9, 2009 5:14 AM | Last reply by Tomi Airaksinen - Friday, January 9, 2009 7:20 AM -
1 Votes
Disable screen keyboard when textbox get focused
There is no way to block the soft keyboard when the user sets focus to a text input control by touch.Answered | 11 Replies | 4384 Views | Created by William A Wang - Sunday, May 11, 2014 10:08 AM | Last reply by Rob Caplan [MSFT] - Tuesday, May 13, 2014 6:51 PM -
0 Votes
When I hit Submit, my new row is overwritten with the previous rows' data in a repeating section.
Originally when I entered default values for the ModfiedBy (used UserName()) and ModifiedDate (used Now() function) everything was fine.Answered | 3 Replies | 10032 Views | Created by Gumbatman - Sunday, March 20, 2011 6:48 PM | Last reply by Gumbatman - Tuesday, March 22, 2011 6:19 PM -
13 Votes
[UWP] How to enter only numbers/digits in textbox
Hi, This means, we need to enter the text and then validate it and then remove it(non numeric) from textbox.Answered | 11 Replies | 28066 Views | Created by TejD - Tuesday, October 13, 2015 10:17 AM | Last reply by Piyush Manharlal - Monday, November 21, 2016 7:03 AM -
4 Votes
Hit Enter Key On A Time Line
I only suggested the robot because I once tried to get a robot to program itself by typing in at the keyboard of the computer that controlled it.Answered | 5 Replies | 1747 Views | Created by justinrg - Sunday, September 11, 2011 8:34 PM | Last reply by Paul Ishak - Sunday, September 11, 2011 10:13 PM -
6 Votes
Bluetooth keyboard issue -- no passcode
I used 12345678 ENTER on my laptop keyboard, then typed the same numbers on my Dell Bluetooth keyboard and ENTER.Answered | 12 Replies | 16363 Views | Created by tom.allen - Wednesday, October 12, 2011 2:29 PM | Last reply by JENNIFERG2 - Tuesday, December 3, 2019 6:09 PM -
4 Votes
how to move to next textbox when user presses enter on key board
HI, in current textbox keydown event give the following code if e.keycode =keys.enter ...Answered | 3 Replies | 4746 Views | Created by tendaimare - Friday, March 2, 2012 9:41 AM | Last reply by Armin Zingler - Friday, March 2, 2012 11:14 AM -
0 Votes
Textbox auto populate Number when user entered
Hi Ismaiel, Thanks for your help...It's working fne But i have one doubt...We set autopostback=true then only it will fomat text box data ...Answered | 12 Replies | 1020 Views | Created by Reddy416 - Friday, November 28, 2014 7:50 AM | Last reply by Ismaiel AKKA - Friday, November 28, 2014 11:06 AM -
0 Votes
how do I fix an error i am getting when I hit enter.
So please check your code first to confirm the type conversion is supported or not.Answered | 1 Replies | 1107 Views | Created by 78Star - Saturday, July 16, 2016 9:57 PM | Last reply by Weiwei Cai - Monday, July 18, 2016 3:39 AM -
0 Votes
Auto-Expanding Controls/Textbox?
it seems that the textbox is multiline. you can write it the way so that the height of the textbox increases by the amount of a certain value (say height value of a single-line ...Answered | 3 Replies | 3160 Views | Created by Ran_Sagy - Tuesday, April 21, 2009 4:23 PM | Last reply by emilh - Wednesday, April 22, 2009 6:51 AM -
19 Votes
[UWP] TextBox and KeyBoard
Hi Dmitiy Yeremenko, We can add the click event of the Button, and use Control.Focus method to make the TextBox to get focus in the click event.Answered | 1 Replies | 672 Views | Created by Dmitiy Yeremenko - Tuesday, July 12, 2016 12:25 PM | Last reply by Jayden Gu - Wednesday, July 13, 2016 6:44 AM -
2 Votes
Digit grouping the number when I am enter it
But I need that the program separates the digits when the user is typing amount in textbox and help him or her to don't put extra or less zero in ...Answered | 10 Replies | 659 Views | Created by kvaziri - Tuesday, February 27, 2018 9:48 PM | Last reply by Reed Kimble - Friday, March 2, 2018 8:17 PM -
0 Votes
XAML Textbox control KeyDown event is fired twice when Enter key is pressed
Hi Sagar, Yes I ran this under the VS debugger (local machine) and only when the 'enter' keystroke is pressed the handler is invoked twice.Answered | 3 Replies | 6954 Views | Created by Srini Nid - Thursday, July 12, 2012 9:07 PM | Last reply by Andre N. - MSFT - Friday, July 13, 2012 7:38 PM -
8 Votes
Equivalent of InputScope for WinRT TextBox, for getting appropriate onscreen keyboard layout?
It's purely there as a hint to the onscreen keyboard component, so that it can provide the most appropriate key layout for the type of data being entered.Answered | 14 Replies | 10738 Views | Created by IanG - Saturday, October 8, 2011 2:11 PM | Last reply by Ian D. Griffiths - Tuesday, April 24, 2012 8:22 AM - Items 1 to 20 of 4017129 Next ›
No announcements