No announcements
Found 4094453 threads
-
0 Votes
Arrow Keys Events
This is used as a drawing panel, and I need to trap arrow keys so the user can do things with arrows besides the mouse...Answered | 12 Replies | 7885 Views | Created by DirectXer - Friday, October 31, 2008 9:48 PM | Last reply by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Monday, November 3, 2008 10:14 PM -
0 Votes
Outlook Add-in VSTO Deployment, backspace, delete keys don't work in a webBrowser control of outlook addin
-- Ken Slovak MVP - Outlook http://www.slovaktech.com Author: Professional Programming ...Answered | 2 Replies | 5817 Views | Created by Ana Thomas - Wednesday, July 13, 2011 2:12 PM | Last reply by sebastian-loxo - Tuesday, July 18, 2017 9:19 PM -
2 Votes
Arrow Keys
Check your arrow keys with following code.Answered | 4 Replies | 1561 Views | Created by DebbieBrown - Wednesday, March 20, 2013 8:55 PM | Last reply by Nonki Takahashi - Saturday, March 23, 2013 1:38 AM -
3 Votes
Using Arrow Keys
Yes Up, Down, Left and Right are the words for the arrow keys.Answered | 5 Replies | 7030 Views | Created by pleasehelpmeicantcode - Friday, November 23, 2012 7:13 PM | Last reply by pleasehelpmeicantcode - Tuesday, November 27, 2012 5:23 PM -
15 Votes
How to detect arrow keys in vb.net?
Can you offer any advice on how to make it so that I can use just the Arrow Keys with the Control Key?Answered | 10 Replies | 87333 Views | Created by LiLo - Monday, April 17, 2006 6:39 AM | Last reply by Padwan Johnson - Thursday, June 11, 2015 1:51 AM -
11 Votes
Disable backspace in dgv combobox
However I can not replicate any issues you are having if AutoComplete is set to off for the combobox column.Answered | 22 Replies | 2853 Views | Created by JohnPapa05 - Saturday, December 20, 2014 1:39 PM | Last reply by JohnPapa05 - Sunday, December 28, 2014 7:50 AM -
3 Votes
Problems with the range of number datatype!!!
You also need to allow use of the left and right arrow keys and the delete and backspace keys to ...Answered | 10 Replies | 2559 Views | Created by gautamshaw - Monday, August 10, 2009 3:04 PM | Last reply by Dave299 - Tuesday, August 11, 2009 10:40 AM -
3 Votes
Reacting on multiple arrow keys simultanously
Thanks again also for the flickerless version, I already was aware of how to implement it, I just implemented the other version, as ...Answered | 4 Replies | 1026 Views | Created by galgtonold - Sunday, October 13, 2013 10:18 PM | Last reply by galgtonold - Monday, October 14, 2013 6:12 PM -
2 Votes
Left Align and Right Align in Same "TextBox"?
This allows you to align the contents of each cell independently of the other.Answered | 3 Replies | 6361 Views | Created by RobTencents - Tuesday, May 19, 2015 4:21 PM | Last reply by --Dennis-- - Friday, March 23, 2018 7:26 PM -
1 Votes
Disable non number keys...????
Do the validation of number key only (and backspace to erase them as well). use KeyPress event for it.Answered | 11 Replies | 1954 Views | Created by superlurker - Sunday, December 18, 2011 10:45 PM | Last reply by superlurker - Thursday, December 22, 2011 5:44 PM -
0 Votes
textbox values
This will filter out all non-control characters that are not numbers, but allow navigation (arrow keys, home, end, delete): private void ...Answered | 9 Replies | 3242 Views | Created by AfCSharpLearner - Tuesday, June 9, 2009 8:08 AM | Last reply by AfCSharpLearner - Tuesday, June 9, 2009 6:07 PM -
0 Votes
Format TextBox only Numerical Data and 2 decimal places, enable backspace
Not allowing a user to type in the textBox is an irritation to the user.Answered | 8 Replies | 30855 Views | Created by superlative - Monday, April 26, 2010 9:48 PM | Last reply by Linady Imperial - Thursday, November 22, 2018 6:09 PM -
0 Votes
How can i block my phone number when sending SMS?
but, I want to make a program of blocks my phone number when sending SMS .Answered | 3 Replies | 3895 Views | Created by guguqiaqia - Monday, March 30, 2009 3:08 PM | Last reply by AlexFeinman - Wednesday, April 1, 2009 3:56 AM -
0 Votes
Allow only number no Letters?
Hello guys, Or you can always create a custom TextBox control which takes an enumeration of InputType in which you can specify ...Answered | 8 Replies | 6077 Views | Created by Alexander Supertramp111 - Friday, November 26, 2010 12:08 PM | Last reply by suraj y shetty - Friday, March 25, 2011 5:18 PM -
1 Votes
Left to Right scrolling textbox in VB
It allows the user to edit the message by selecting it and pressing the "F2" key.Answered | 4 Replies | 10237 Views | Created by xanderfurious - Tuesday, June 26, 2012 5:46 PM | Last reply by TnTinMN - Tuesday, June 26, 2012 10:04 PM -
2 Votes
Arrow Keys events
You have to check and see if it is the right or left arrows and then you can do whatever you want then after you hook up the KeyDown event (by the way KeyUp also ...Answered | 4 Replies | 14954 Views | Created by BigBee - Monday, June 8, 2009 7:08 PM | Last reply by LiangTao - Tuesday, June 9, 2009 2:11 AM -
2 Votes
Only letters and numbers in a TextBox
Hello again, If you attach to the PreviewTextInput event of the TextBox then you can screen all of the content which the user types in.Answered | 8 Replies | 9681 Views | Created by Frances83 - Monday, February 12, 2007 11:49 AM | Last reply by yuems - Tuesday, August 7, 2007 9:13 AM -
0 Votes
How do I make a textbox auto scroll from left to right ?
I am not trying to tell you how do do your application, but here a suggestion for that text longer that the textbox the usual solution ...Answered | 5 Replies | 3660 Views | Created by SantasAndrew - Monday, February 11, 2013 12:31 PM | Last reply by Crazypennie - Tuesday, February 12, 2013 10:45 AM -
0 Votes
Textbox that containing numbers or digits only
I say "in most situations" because often an OP does not return to Mark an Answer.Answered | 2 Replies | 2115 Views | Created by FuhansPujiSaputra - Wednesday, August 21, 2013 5:26 AM | Last reply by BonnieB - Saturday, August 24, 2013 1:27 AM -
1 Votes
How can i detect if a string is left to right?
If you say it can`t be done then i`ll try itAnswered | 8 Replies | 523 Views | Created by toler1305 - Saturday, May 14, 2016 8:09 AM | Last reply by Albert_Zhang - Monday, May 23, 2016 1:18 PM
No announcements