No announcements
Found 3456677 threads
-
4 Votes
Textbox LostFocus event
} For more detail click here Thanks!Answered | 23 Replies | 18764 Views | Created by Ray Cacciatore - Saturday, September 3, 2011 6:39 AM | Last reply by H Gupta - Friday, February 22, 2013 1:51 PM -
0 Votes
focus on this textbox on event of LostFocus
I suggest using the Validating event for this purpose.Answered | 5 Replies | 4669 Views | Created by fsze88ATmeDOTcom - Sunday, June 24, 2012 2:24 PM | Last reply by fsze88ATmeDOTcom - Monday, June 25, 2012 7:28 AM -
1 Votes
Button executes after second click
Again, I am going to suggest you set a break point on the button click event code and the page load event code, and step through to see what is going on.Answered | 5 Replies | 3516 Views | Created by BeeBrian - Wednesday, November 13, 2013 3:49 PM | Last reply by kleinma - Monday, November 18, 2013 4:51 PM -
1 Votes
Implement TextBox LostFocus event in WPF , MVVM
You could use Expression Blend interaction triggers and commands as described in my blog ...Answered | 2 Replies | 17851 Views | Created by RamanaBellary - Tuesday, March 11, 2014 9:52 AM | Last reply by Magnus (MM8) - Tuesday, March 11, 2014 10:05 AM -
0 Votes
Button click event to apply to selected textbox
Therefore in order to fire the event again for the same TextBox, you would need to click somewhere else, then in that TextBox again to "Enter" it.Answered | 9 Replies | 3117 Views | Created by DianeJ - Thursday, May 21, 2009 11:34 PM | Last reply by DianeJ - Friday, May 22, 2009 8:10 AM -
1 Votes
change TextBlock into TextBox after click on button
My App has the buttons EDIT, SAVE & DISCARD - they all affect the TextBox-TextBlock-Change.Answered | 18 Replies | 3822 Views | Created by afroDeluXe - Monday, August 20, 2012 6:54 AM | Last reply by afroDeluXe - Wednesday, August 22, 2012 1:16 PM -
0 Votes
UserControl with textbox - LostFocus not triggering
Do you really need anything more than a textbox?Answered | 15 Replies | 2216 Views | Created by FuriousRage - Thursday, February 11, 2016 7:37 AM | Last reply by FuriousRage - Thursday, February 11, 2016 11:53 AM -
0 Votes
LostFocus not being call when the application bar icon gets clicked
Just disables AppBar until TextBox loses focus (and keyboard disappears). var focusedElement = FocusManager.GetFocusedElement() as TextBox; if (focusedElement !Answered | 3 Replies | 2591 Views | Created by Daniel U. _ - Tuesday, November 9, 2010 1:04 AM | Last reply by Faical - Saturday, November 24, 2012 9:53 AM -
0 Votes
usercontrol (TextBox + Button) in datagridview click event
Now, the only way to solve the question I think is to throw the button click event to the DataGirdView to make all things done in the DataGridView.Answered | 10 Replies | 6691 Views | Created by slash1984 - Tuesday, January 11, 2011 3:23 PM | Last reply by Daniel Wan - Monday, January 17, 2011 1:50 AM -
0 Votes
how to cancle click event of a button, which executes after lostfocus of textbox element.
and the problem is we have more tan one buttons with click event,so I wanted to cancel the any next event which fires of any other ...Unanswered | 7 Replies | 526 Views | Created by Anonymous - Thursday, June 25, 2020 12:14 PM | Last reply by Anonymous - Saturday, June 27, 2020 8:45 AM -
0 Votes
How to show a TextBox on Button click in Excel
What you want is a complex GUI element (for the in-built GUI in a macro, at least) and thus you have to design it yourself.Answered | 3 Replies | 8205 Views | Created by Salman Butt - Tuesday, June 18, 2013 2:22 PM | Last reply by varocarbas - Tuesday, June 18, 2013 6:49 PM -
0 Votes
Programmatically calling Click Event (Framework Element)
What I couldn't figure out with the Automation, is how to make it work for other elements.Answered | 12 Replies | 9850 Views | Created by dilip123 - Thursday, August 12, 2010 5:22 PM | Last reply by GSyren - Friday, September 10, 2010 7:32 AM -
0 Votes
combobox lostfocus
sorry sir, but i cannot figure out how this can be applied to my scenario .Answered | 11 Replies | 2425 Views | Created by issam1975 - Monday, September 1, 2014 8:04 PM | Last reply by issam1975 - Friday, September 5, 2014 4:37 PM -
2 Votes
how to disable mouse events on textboxes
And all events will not be fired.Answered | 2 Replies | 4348 Views | Created by srm_2010 - Thursday, July 14, 2011 12:06 PM | Last reply by Jie Bao - Tuesday, July 19, 2011 5:09 AM -
0 Votes
Button Click not Working After Validating Textbox
., the textbox validates, the button method is "skipped".Answered | 4 Replies | 3705 Views | Created by fabfabfab - Friday, May 7, 2010 5:18 PM | Last reply by fabfabfab - Wednesday, May 12, 2010 4:28 PM -
1 Votes
WPF - TextBox Validation and LostFocus
I even tried setting the focus back to my text box with the LostFocus event handler but all I got was a stack overflow exception.Answered | 3 Replies | 24878 Views | Created by RobDev - Tuesday, April 14, 2009 1:05 PM | Last reply by RobDev - Thursday, April 16, 2009 12:30 PM -
0 Votes
Clearing Textbox which holds parameter (date) for query when button clicked
I have an Access form which holds a TextBox and a Button.Answered | 1 Replies | 2680 Views | Created by Synthologic - Monday, January 23, 2012 6:35 AM | Last reply by OssieMac - Tuesday, January 24, 2012 5:39 AM -
0 Votes
how to avoid the automatic textchanged fire event which occurs unecessarily on button click event + asp.net C#
I know that button will perform the postback event,i used a breakpoint and confirmed after button performing its operation( imgbtnEdit_Click ),why it is again ...Answered | 8 Replies | 3522 Views | Created by Bhagghu - Wednesday, January 14, 2015 4:48 AM | Last reply by Kristin Xie - Thursday, January 15, 2015 1:50 AM -
0 Votes
cancle button
You can use the Accessibilty API's to set a hook which should provide what you need.Answered | 2 Replies | 354 Views | Created by Brandon.M.D - Monday, November 16, 2015 3:05 AM | Last reply by Mr. Monkeyboy - Monday, November 16, 2015 5:06 AM -
3 Votes
Determine which groupbox triggered button click event
Show how did you set the Tag property.Answered | 12 Replies | 1401 Views | Created by x73 - Monday, November 23, 2020 5:28 PM | Last reply by leshay - Thursday, November 26, 2020 12:33 AM - Items 1 to 20 of 3456677 Next ›
No announcements