No announcements
Found 3007986 threads
-
0 Votes
How to create dyanmic textbox with keydown event
Hi, i tried to add dynamic textboxes in a user control and how to set keydown event for textbox from my ...Answered | 5 Replies | 11869 Views | Created by Shemeer Oveli - Tuesday, May 11, 2010 4:46 AM | Last reply by Shemeer Oveli - Wednesday, May 26, 2010 6:31 AM -
0 Votes
KeyDown Event, FunctionKeys and TextBox
and all other events ignored by the code for that event.Answered | 3 Replies | 869 Views | Created by ToCsharpFromCobol2013 - Friday, April 11, 2014 12:10 AM | Last reply by User3DX - Friday, April 11, 2014 4:21 PM -
0 Votes
C#.Net 2008 Form KeyDown event and TextBox KeyDown Event
Hi Friends, Encounter another interesting problem of practical event.Answered | 1 Replies | 5095 Views | Created by Tee Leong - Tuesday, April 27, 2010 7:15 AM | Last reply by - Tuesday, April 27, 2010 7:24 AM -
0 Votes
[XAML] KeyDown event in ComboBox
Kirstin Walter, >>I tried to implement the KeyDown Event of the Combobox but most of the times a single Combobox item is focused so the ...Answered | 1 Replies | 1363 Views | Created by Kirstiin - Monday, January 25, 2016 9:55 AM | Last reply by Fred Bao - Tuesday, January 26, 2016 6:16 AM -
4 Votes
Page KeyDown Event Not Firing
This is how I'm doing it: Window.Current.CoreWindow.KeyDown -= KeyDowns; Window.Current.CoreWindow.KeyDown += KeyDowns; Any help regarding ...Answered | 5 Replies | 10139 Views | Created by Alexander Deeb - Sunday, August 19, 2012 11:28 PM | Last reply by Alexander Deeb - Tuesday, August 21, 2012 9:00 PM -
1 Votes
How to handle KeyDown Event on Disabled WPF window
Instead of disabling the whole Form you Disable the main Grid under which all the controls are present, and Handle the Main Form's KeyDown event like this : XAML ...Answered | 2 Replies | 4170 Views | Created by ITChamp - Wednesday, January 16, 2013 5:43 PM | Last reply by ITChamp - Wednesday, January 16, 2013 7:20 PM -
0 Votes
How prevent KeyDown event originating from a TextBox in a third party control from bubbling up to containing app
On the keydown event in the textbox you could add something like.Answered | 6 Replies | 1543 Views | Created by Roger Khoueiry - Thursday, April 11, 2013 4:35 PM | Last reply by Roger Khoueiry - Friday, April 19, 2013 4:04 AM -
0 Votes
How to get the new value in the KeyDown or KeyPress events?
That's a textbook example of how bad my Regex skills are.Answered | 7 Replies | 10483 Views | Created by Christian Roy - Wednesday, July 9, 2008 12:04 PM | Last reply by Rudedog2 - Wednesday, July 9, 2008 5:13 PM -
1 Votes
Textbox KeyDown Event to Change KeyPress
This is not ideal, as I would have liked to avoid needing to code a lostfocus event for every textbox where this is needed, but this seems to work.Answered | 13 Replies | 7017 Views | Created by Jeffrey Cumpsty - Friday, September 25, 2009 2:13 PM | Last reply by Jeffrey Cumpsty - Monday, September 28, 2009 2:15 PM -
4 Votes
Unable to detect Enter in KeyDown event
How do I add a filter?Answered | 16 Replies | 4155 Views | Created by aschwarz - Tuesday, March 20, 2012 9:06 PM | Last reply by aschwarz - Thursday, March 22, 2012 3:54 PM -
3 Votes
Can't enter text in textbox that has event validator for keydown
How can I contact CUIT support team ?Answered | 9 Replies | 5731 Views | Created by deasturies - Sunday, July 1, 2012 12:27 PM | Last reply by deasturies - Monday, July 9, 2012 2:42 PM -
11 Votes
C# textbox keydown triggered twice in metro applications
The problem seems to happen when keydown is used.Answered | 7 Replies | 15435 Views | Created by Aakansha Nagwani - Friday, July 6, 2012 4:16 PM | Last reply by Yingjie Shi - Monday, August 26, 2013 7:59 AM -
1 Votes
How to use KeyDown?
dbassnet , it probably depends on the o.s. the user has. i'm on win7 and it does make that beep noise when pressing enter in a textbox, even in a combobox.Answered | 8 Replies | 4004 Views | Created by NintendoZACHERY - Saturday, September 12, 2009 2:04 AM | Last reply by •.trujade.• - Tuesday, January 19, 2010 11:50 PM -
0 Votes
KeyDown event without focus on the Form
LEARN HOW TO USE WINDOWS API DURING A QUICK, SIMPLE AND PRACTICAL HOW TO:Answered | 3 Replies | 6662 Views | Created by Daoping - Saturday, February 5, 2011 2:20 PM | Last reply by Daoping - Saturday, February 5, 2011 4:40 PM -
1 Votes
Control Keydown Event Question
Private Sub txtField1_KeyDown(sender As Object, e As System.Windows.Forms.KeyEventArgs) Handles txtField1.KeyDown, txtField2.KeyDown, txt..............Answered | 1 Replies | 1574 Views | Created by Jeff07 - Wednesday, May 9, 2012 5:04 PM | Last reply by Cor Ligthert - Wednesday, May 9, 2012 5:19 PM -
0 Votes
Keydown event from Barcode scanner in a MVVM pattern
>But I have switched the application to MVVM and need to capture the KeyDown event and "Submit" when the TextBox is populated from the barcode scanner.Answered | 4 Replies | 2946 Views | Created by jjf184 - Friday, May 6, 2016 2:22 PM | Last reply by Magnus (MM8) - Saturday, May 7, 2016 8:53 AM -
2 Votes
KeyDown event is not handled
Key events go to the focused element and then bubble upwards.Answered | 2 Replies | 2440 Views | Created by phuongntm.uet - Wednesday, April 18, 2012 9:15 AM | Last reply by Rob Caplan [MSFT] - Wednesday, April 18, 2012 3:43 PM -
0 Votes
Getting ScanCode for KeyDown events
In most cases where you are looking for actual text the KeyDown event won't work.Answered | 1 Replies | 1881 Views | Created by David Goemans - Friday, November 9, 2012 11:46 AM | Last reply by Rob Caplan [MSFT] - Friday, November 9, 2012 9:59 PM -
0 Votes
A Problem about TextBox.AcceptsReturn Property and KeyDown Event
Guide to posting: subject line tags I can reproduce your issue in my side, once I set the TextBox.AcceptsReturn property as True, when I press the "enter", the ...Answered | 1 Replies | 524 Views | Created by LapisDev - Friday, October 16, 2015 12:12 PM | Last reply by Amy Peng - Monday, October 19, 2015 8:43 AM -
1 Votes
[C#][ListView]How to use KeyDown Event on ListViewItem
Hi, You can use KeyUp event of the list view.Answered | 1 Replies | 2359 Views | Created by BitSmithy - Wednesday, March 30, 2016 8:44 PM | Last reply by Krunal Parekh - Thursday, March 31, 2016 4:02 AM - Items 1 to 20 of 3007986 Next ›
No announcements