No announcements
Found 3735657 threads
-
2 Votes
If I define MouseLeftButtonDown and MouseLeftButtonUp events handlers, then when I hold the left mouse button down and try to scroll (drag) the map it is not moved.
As there is not MouseLeftButtonClick event there I try to use (to get location on the map) MouseLeftButtonDown and MouseLeftButtonUp events coherently while retaining the ...Answered | 2 Replies | 2762 Views | Created by Purple_Apple - Friday, December 1, 2017 10:50 AM | Last reply by Purple_Apple - Monday, December 4, 2017 1:29 PM -
0 Votes
WPF left click and hold mouse event
When the user mouse left button is down you need to perform HitTest to see whether its image or not.Answered | 6 Replies | 22545 Views | Created by StevenIB - Tuesday, January 13, 2009 10:55 PM | Last reply by StevenIB - Wednesday, January 14, 2009 5:10 PM -
0 Votes
WDK replacement mouse driver
What i did was use winusb user mode, with the usb wheel mouse hardware ids.Answered | 2 Replies | 4889 Views | Created by Justin.romaine - Saturday, August 7, 2010 9:42 AM | Last reply by Justin.romaine - Friday, September 17, 2010 5:38 AM -
2 Votes
pulling mouse location in a handler without MouseEventArgs
Control.MousePosition() does the trick by letting me pull the mouse coordinates within the button click handler.Answered | 3 Replies | 2771 Views | Created by Clif9710 - Sunday, February 21, 2010 7:43 PM | Last reply by Clif9710 - Monday, February 22, 2010 6:25 PM -
0 Votes
Mouse-move event handler for portion of a form
I've used the stopwatch for a number of tests; a handy tool, that.Answered | 8 Replies | 3264 Views | Created by ronks - Saturday, April 16, 2011 10:05 PM | Last reply by ronks - Tuesday, April 19, 2011 3:44 PM -
0 Votes
Replacement mouse
I would ask here: https://answers.microsoft.com/en-us/windows/forum/hardware Click on "Participate" and select "Ask a Question".Answered | 4 Replies | 1392 Views | Created by panostzo - Friday, April 27, 2018 1:06 PM | Last reply by Dave Patrick - Friday, May 4, 2018 2:10 PM -
0 Votes
dataGridView CellContentClick event causing mouse button hold
Hi, thanks for the response, yes I am using Windows Forms.Answered | 4 Replies | 1125 Views | Created by kilimanj99 - Thursday, May 12, 2016 1:43 PM | Last reply by kilimanj99 - Thursday, May 12, 2016 6:54 PM -
0 Votes
Replacing Holding Handler when using mouse
Is there a way to support both touch and mouse holding ?Proposed | 2 Replies | 3146 Views | Created by T Hofmann - Friday, October 5, 2012 12:35 AM | Last reply by Ramprasath R - Monday, October 8, 2012 9:54 AM -
4 Votes
How to replace the existing event handler with a new one?
So it may be possible to do the same in VB.Net as well; In fact using RemoveHandler directly with the address of the previous event handler (which is already stored ...Answered | 6 Replies | 5855 Views | Created by David De - Sunday, April 15, 2012 11:33 AM | Last reply by Jason Dot Wang - Tuesday, April 17, 2012 7:19 AM -
0 Votes
How to expand and collapse flyout on Mouse Pressing and holding for long time and Releasing
However, mouse devices and some pen devices can fire RightTapped when a right mouse button or equivalent is pressed and released.Answered | 3 Replies | 503 Views | Created by Sunil A M - Wednesday, April 27, 2016 5:59 AM | Last reply by Krunal Parekh - Friday, April 29, 2016 2:16 AM -
0 Votes
scrolling using the mouse and when the mouse reach the edges
I don't understand this: I don't know how do I add the option to scrolling using the mouse and not the scroll bar on the button Can you provide more details?Answered | 1 Replies | 2595 Views | Created by Biecher - Sunday, April 29, 2012 6:34 AM | Last reply by Jeff Sanders - Monday, April 30, 2012 3:17 PM -
5 Votes
Holding left/right mouse down to continue a routine
No worries deuce Sorry I used an extension, you may not be using them yet.Answered | 18 Replies | 970 Views | Created by deuce336 - Saturday, August 29, 2015 4:54 AM | Last reply by deuce336 - Saturday, September 5, 2015 2:35 PM -
4 Votes
button/mouse code holding down (Visual Basic)
it shows the next day but when release the mouse button the label reverts back to the original date and time.Answered | 17 Replies | 7353 Views | Created by Gary Simpson - Monday, May 13, 2013 12:23 AM | Last reply by Acamar - Tuesday, May 14, 2013 1:54 AM -
0 Votes
WPF mouse event help(holding mouse down)
You can use a RepeatButton instead of a Button.Answered | 2 Replies | 4237 Views | Created by MikeMok - Thursday, September 24, 2009 3:50 PM | Last reply by MikeMok - Thursday, September 24, 2009 4:16 PM -
0 Votes
replacement for wireless mouse 5000 USB transceiver
https://support.microsoft.com/en-us/kb/326246 https://www.microsoft.com/hardware/en-us/support/contact-us or ...Answered | 1 Replies | 1799 Views | Created by Greisha Abbey - Sunday, November 22, 2015 10:57 PM | Last reply by Dave Patrick - Sunday, November 22, 2015 11:53 PM -
2 Votes
Should I dispose my event handlers when clearing parent?
Explicitly removing an error handler is only necessary when the publisher of the event (Border) lives longer than the subscriber (window) of the event.Answered | 4 Replies | 3717 Views | Created by RyanTalent - Sunday, April 17, 2016 8:00 PM | Last reply by RyanTalent - Saturday, June 25, 2016 2:33 PM -
0 Votes
How to drag a border less form in C# by holding left mouse click.
Please refer to the following link for information about how to make a borderless form ...Answered | 3 Replies | 4037 Views | Created by YasirLateef - Monday, January 26, 2015 9:04 AM | Last reply by Paul Ishak - Tuesday, January 27, 2015 3:57 AM -
0 Votes
Attaching event handler to an event using Lambda syntax
If the lambda expression is completely static, it ~may~ be fine, but if you use a closure over a local variable or reference any instance types or methods within your lambda ...Answered | 5 Replies | 4344 Views | Created by rrossenbg - Friday, March 25, 2011 5:33 PM | Last reply by rrossenbg - Friday, March 25, 2011 8:40 PM -
0 Votes
Finding event handlers when using a partial class
If you put your handler code in patial class, there is no way to tell windows designer to navigate to the moved handler.Answered | 1 Replies | 4444 Views | Created by RHamer - Tuesday, November 2, 2010 12:55 AM | Last reply by Hongye Sun - MSFT - Friday, November 5, 2010 1:37 AM -
2 Votes
KinectRegion pointer click by hold
I noticed that the buttons changed when the handpointer hover on a button, but the OnMouseEnter event does not trigger.Answered | 9 Replies | 1673 Views | Created by Vicente Penades - Monday, March 16, 2015 3:26 PM | Last reply by Alejandro_218 - Thursday, March 10, 2016 2:25 PM - Items 1 to 20 of 3735657 Next ›
No announcements