No announcements
Found 339287 threads
-
0 Votes
invoke DoubleClick event
You should refactor code from gridPatients_DoubleClick to own method and then call that method from gridPatients_DoubleClick and gridPatients_KeyDown. Of course you can call ...Answered | 1 Replies | 1372 Views | Created by Jassim Rahma - Sunday, October 7, 2012 7:02 PM | Last reply by MasaSam - Sunday, October 7, 2012 7:18 PM -
0 Votes
dblclick mouse event on datagrid
hi How can I work with event called "doubleclick" - long touch on screen? something like MouseUp event but i need to invoke "bubles" (like on ...Answered | 3 Replies | 4786 Views | Created by gibic - Tuesday, September 6, 2005 11:50 AM | Last reply by DanielMoth - Saturday, September 10, 2005 3:37 PM -
0 Votes
Highlighting the cell's content in DataGridView on doubleclick
Handle the DoubleClick event of the DataGridView control, invoke DataGridView.BeginEdit methodAnswered | 1 Replies | 2620 Views | Created by Amitk.81 - Friday, June 22, 2007 6:36 AM | Last reply by Zhi-Xin Ye - Sunday, June 24, 2007 7:13 PM -
0 Votes
Windows form control question
I am going to ask a fundamental question I am using a third party control. One of the event it exposes is a doubleclick(Which is its custom event not the ... -
0 Votes
Adding a reference to control to link to parent
the form but that will still leave the tabPage open with no content. So I decided to use the TabPage doubleclick event to close down the tabPage (and the form ...Answered | 6 Replies | 485 Views | Created by john pp nn - Sunday, November 1, 2015 8:15 PM | Last reply by Andy ONeill - Thursday, November 5, 2015 2:09 PM -
0 Votes
DoubleClick Event
Hello, how do I subscribe for DoubleClick event (I need to catch it from within Rectangle & Path). Thanks.Answered | 5 Replies | 9370 Views | Created by Dmitry1975 - Monday, February 13, 2006 5:18 PM | Last reply by mpoirier101 - Wednesday, April 25, 2012 4:19 PM -
0 Votes
MouseDown/DoubleClick Event Handlers
From what I have seen so far, it sounds like the MouseDown event is now "handled" and so doesn't cause the DoubleClick event. You could try the ...Unanswered | 1 Replies | 2440 Views | Created by Demitrius Wheelwright - Friday, July 27, 2007 8:22 PM | Last reply by David Lowther - Thursday, August 9, 2007 6:49 PM -
0 Votes
DoubleClick Event for ListBox
Hi All I want to select the item in the listbox when it is double clicked. But not able to figure out how to add DoubleClick ...Answered | 1 Replies | 3655 Views | Created by Paarul - Friday, January 26, 2007 5:50 PM | Last reply by DMan1 - Friday, January 26, 2007 6:29 PM -
0 Votes
Button DoubleClick Event
I have noticed that there is no Button DoubleClick event and no MouseDoubleClick event. Most other controls have these. Is there aAnswered | 2 Replies | 3010 Views | Created by peterwt - Sunday, August 31, 2008 10:17 PM | Last reply by peterwt - Thursday, September 4, 2008 9:54 AM -
0 Votes
WinForms.ReportViewer DoubleClick event
My problem is : after opening this report in run time successfully, i want to receive the DoubleClick event that occurred when double clicking on the FieldObjectAnswered | 2 Replies | 4162 Views | Created by bahaa_sa5 - Thursday, August 10, 2006 11:36 AM | Last reply by bahaa_sa5 - Sunday, August 13, 2006 7:22 AM -
0 Votes
DoubleClick Event for ListBox items?
On Tue, 29 Mar 2011 13:30:35 +0000, kmdowl01 wrote: How do I create a DoubleClick event for a ListBox in C#? I see that it already exists if you are ...Answered | 1 Replies | 4391 Views | Created by kmdowl01 - Tuesday, March 29, 2011 1:30 PM | Last reply by BobZ2 - Tuesday, March 29, 2011 6:52 PM -
0 Votes
Listbox DoubleClick Event On Item?
Hello apalcer, Welcome to MSDN Forum. listbox itself does not have DoubleClick event ,so you will need to use SelectedIndexChanged to replace. The ...Answered | 4 Replies | 3247 Views | Created by apalcer - Friday, March 26, 2010 9:57 PM | Last reply by Liliane Teng - Wednesday, March 31, 2010 2:20 AM -
0 Votes
No DoubleClick event?
It seems that there is no datagrid DoubleClick event in LightSwitch.Answered | 1 Replies | 4263 Views | Created by tangferry - Sunday, August 29, 2010 8:32 AM | Last reply by Justin Anderson - Sunday, August 29, 2010 9:10 PM -
0 Votes
doubleclick event for shapes
It looks like mouse doubleclick event is not implemented for shapes (Rectangle, eclips). Is there any workaround to do this? I want to do something on double clikcing an ...Answered | 4 Replies | 3063 Views | Created by Cheers - Wednesday, July 8, 2009 6:21 PM | Last reply by Dieterdp - Friday, July 10, 2009 4:32 AM -
0 Votes
Textbox DoubleClick event
WindowsFormsApp1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); ...Answered | 2 Replies | 248 Views | Created by G-Oker - Monday, April 20, 2020 10:53 AM | Last reply by G-Oker - Monday, April 20, 2020 11:34 AM -
1 Votes
Raise Doubleclick event from Usercontrol
event MouseButtonEventHandler DoubleClick {Answered | 4 Replies | 6801 Views | Created by Stephan Steiner - Thursday, August 18, 2011 11:21 AM | Last reply by Jie Bao - Friday, August 19, 2011 6:31 AM -
0 Votes
Programatically raising "DoubleClick" Event..
. But the thing is I want to get artificially generated doubleclick event which are triggered by pressing Alt+Q on keyboard(Coz most user are used to usingAnswered | 6 Replies | 1893 Views | Created by im.rahulmpawar - Monday, May 22, 2017 10:57 AM | Last reply by im.rahulmpawar - Friday, May 26, 2017 3:33 AM -
0 Votes
Doubleclick event on combox doesn't trigger
The Combobox doesn't support the DoubleClick event. There are a lot of topic's about it on the usergroups.Answered | 3 Replies | 3317 Views | Created by DamPee - Wednesday, February 22, 2006 3:45 PM | Last reply by Pieter Joost van de Sande - Wednesday, February 22, 2006 5:39 PM -
0 Votes
HELP!DoDragDrop And DoubleClick Event
Hello,I'm have a question about after called DoDragDrop method,why the DoubleClick Event will not happend? How can IAnswered | 5 Replies | 4103 Views | Created by liuyc - Thursday, September 27, 2007 5:34 PM | Last reply by liuyc - Thursday, October 25, 2007 8:59 AM -
0 Votes
is there doubleclick event in WPF datagrid?
hi all , i hav datagrid in WPF . can anyone tell me is there doubleclick event on rows of datagrid ?? thx in advceDiscussion | 1 Replies | 2834 Views | Created by aniruddha84 - Wednesday, December 2, 2009 9:42 AM | Last reply by aniruddha84 - Wednesday, December 2, 2009 10:13 AM - Items 1 to 20 of 339287 Next ›
No announcements