No announcements
Found 1395594 threads
-
0 Votes
Button double click
You could use a DateTime field to save the time when the button was last clicked and compare DateTime.Now to this value when the button is clicked again and then ...Answered | 7 Replies | 1029 Views | Created by Debra has a question - Thursday, January 15, 2015 4:06 PM | Last reply by Cor Ligthert - Friday, January 16, 2015 8:57 AM -
0 Votes
SelectedIndexChanged only firing once and not for all radio buttons
There is a set of radio buttons that are rendered in the code behind, and SelectedIndexChanged is set there.Answered | 1 Replies | 1422 Views | Created by crmNewbie1978 - Monday, December 21, 2015 2:38 PM | Last reply by Magnus (MM8) - Monday, December 21, 2015 2:49 PM -
4 Votes
Prevent Event from firing twice with double click
They click and in the click event you disable the button until the process returns.Answered | 6 Replies | 23363 Views | Created by _NameIsRon - Friday, September 12, 2014 11:07 PM | Last reply by Andy ONeill - Tuesday, April 26, 2016 9:35 AM -
0 Votes
click and double click event fire Issue (very Urgent)
In your mouse button handler: if ((Control.ModifierKeys & Keys.Shift) !Answered | 4 Replies | 4032 Views | Created by It_s Meee - Friday, February 6, 2009 6:49 AM | Last reply by Matthew Watson - Monday, February 9, 2009 9:56 AM -
0 Votes
How to disable a radio button and not have it grayed?
Used a panel and move radio buttons to form a group on a windows form.Answered | 2 Replies | 1425 Views | Created by REvans611 - Tuesday, January 22, 2013 8:25 PM | Last reply by REvans611 - Wednesday, January 23, 2013 3:28 PM -
4 Votes
Bing Maps V8 Disabling Double-click Event
If you double click a pushpin in Bing Maps V8 and have a double click event on it, the map won't zoom.Answered | 11 Replies | 3322 Views | Created by gwenci - Thursday, July 21, 2016 9:45 AM | Last reply by TheosAAB - Monday, July 2, 2018 1:19 PM -
0 Votes
Disabling double click event in listView
use this '-' sign before '=' will disable the event this.listView1.DoubleClick -= new System.EventHandler(this.listView1_DoubleClick); if ...Answered | 3 Replies | 6028 Views | Created by Mitja Bonca - Sunday, November 15, 2009 10:26 PM | Last reply by Mitja Bonca - Monday, November 16, 2009 2:03 PM -
1 Votes
Disable a button after the user click it
In the button Click event (or double click event - whatever event you use to detect the user click), use something like the following to Disable ...Answered | 2 Replies | 18074 Views | Created by parreco - Monday, October 15, 2012 9:38 AM | Last reply by parreco - Monday, October 15, 2012 4:16 PM -
0 Votes
Radio Button Validation
If the user clicks Cancel, the RadioButtons are unchanged.Answered | 4 Replies | 1820 Views | Created by Vishnu vardhan reddy C - Thursday, January 24, 2013 8:04 AM | Last reply by Blackwood - Saturday, January 26, 2013 4:35 PM -
5 Votes
B2: Double Click a Grid Row does not fire Edit event.
I understand that we would be required to put a button on the Row that the users could click in lieu of having a double-click or Link ...Answered | 18 Replies | 5155 Views | Created by Garth F Henderson - Monday, March 21, 2011 10:46 PM | Last reply by Yann Duran - Wednesday, May 25, 2011 4:39 AM -
0 Votes
How to validate Multiple Radio Button List on client click using JavaScript
</div> </form> <script language="javascript" type="text/javascript"> $(document).ready(function() ...Answered | 2 Replies | 8385 Views | Created by Reddy416 - Thursday, March 31, 2016 9:51 AM | Last reply by Dennis Guo - Friday, April 1, 2016 7:11 AM -
4 Votes
radio button
Joswa If you find an answer helpful, click the helpful button.Answered | 10 Replies | 2303 Views | Created by udaya.l - Monday, December 26, 2011 2:55 PM | Last reply by Cor Ligthert - Wednesday, December 28, 2011 7:53 AM -
0 Votes
Help with radio buttons!
This will be a good starting point, since it will show you what is needed for your radio boxes to be added to a form.Answered | 2 Replies | 2975 Views | Created by Blackout 24 - Thursday, April 16, 2009 12:59 AM | Last reply by Blackout 24 - Thursday, April 16, 2009 1:48 AM -
0 Votes
V8 - Pushpin Click and Double Click
Double click works fine, even when a click event is already added.Answered | 5 Replies | 921 Views | Created by blibber - Wednesday, January 4, 2017 10:11 AM | Last reply by Ricky_Brundritt - Thursday, January 12, 2017 3:10 AM -
0 Votes
COM office addin gets disabled excel cell double click
But you will need a form, like button, checkbox etc.Answered | 6 Replies | 4349 Views | Created by ams16 - Friday, March 30, 2012 8:48 AM | Last reply by Forrest Guo - Thursday, April 12, 2012 1:05 PM -
0 Votes
radio button checking in ssrs
. : Please click the 'Mark as Answer' button if a post solves your problem!Answered | 9 Replies | 7295 Views | Created by Kiran mandapaka - Friday, March 11, 2011 10:38 AM | Last reply by Kiran mandapaka - Friday, March 18, 2011 3:41 AM -
1 Votes
Oh the joy of Radio Buttons : )
You can't rely on a radio button or checkbox click to do it, because it may already be set to the desired choice.Answered | 22 Replies | 2564 Views | Created by Red2111 - Monday, October 21, 2013 9:46 PM | Last reply by Solitaire - Tuesday, October 22, 2013 3:23 PM -
0 Votes
Validation Controls firing before button click Event
They are grouped in a ValidationSummary control and are called on a btn_click event that fires all the validations for that group.Answered | 1 Replies | 9731 Views | Created by dhopp - Monday, December 15, 2008 11:12 PM | Last reply by Vijay Mullick - Tuesday, December 16, 2008 5:21 AM -
4 Votes
Radio button deselect/ uncheck
Just change ur radio buttons Auto check property to false and create a click event for those radio buttons.Answered | 6 Replies | 75004 Views | Created by Shunmug - Monday, May 24, 2010 11:16 AM | Last reply by Johnson Prabakaran - Tuesday, April 24, 2012 3:21 PM -
1 Votes
How to Disable double click and right click in Windows Media Player??
just disable your form and double click of windows media player will not work.Answered | 10 Replies | 16137 Views | Created by jecht - Saturday, May 2, 2009 4:41 AM | Last reply by astrid22 - Monday, August 7, 2017 7:02 AM - Items 1 to 20 of 1395594 Next ›
No announcements