No announcements
Found 2439631 threads
-
2 Votes
A question about mouse move event
Hmmm... so the mouse move even doesn't fire after your app loses focus.Answered | 11 Replies | 8507 Views | Created by Igor_abc - Saturday, February 25, 2012 5:22 PM | Last reply by Igor_abc - Monday, February 27, 2012 12:41 PM -
0 Votes
Mouse-move event handler for portion of a form
The mouse move event doesn't fire more than about 100 times a second it looks like, probably less.Answered | 8 Replies | 3214 Views | Created by ronks - Saturday, April 16, 2011 10:05 PM | Last reply by ronks - Tuesday, April 19, 2011 3:44 PM -
0 Votes
Mouse Move event way too slow
As soon as I have time I am moving everything back to C++ unmanged.Answered | 6 Replies | 13534 Views | Created by CSSIWV - Friday, April 22, 2011 1:23 PM | Last reply by CSSIWV - Thursday, May 26, 2011 2:38 PM -
0 Votes
Moving the Mouse
I assume you don't mean to physically move the mouse that is sitting on one's desk ... but rather you mean you want to move the cursor on the screen?Answered | 3 Replies | 3052 Views | Created by Shinigami Cooper - Monday, April 27, 2009 9:39 PM | Last reply by DeborahK - Monday, April 27, 2009 10:10 PM -
0 Votes
Mouse Move draw
2.Get mouse position from the mouse events.Answered | 3 Replies | 7620 Views | Created by smsurendar - Friday, November 13, 2009 3:50 PM | Last reply by Gowthamraghavan.tr - Tuesday, November 24, 2009 11:59 AM -
3 Votes
Moving items in an ItemsControl with mouse
Once I moved them up to the Border, the items became draggable.Answered | 5 Replies | 4825 Views | Created by mmckain - Friday, October 28, 2011 2:49 PM | Last reply by Sheldon _Xiao - Thursday, November 3, 2011 2:35 AM -
0 Votes
Mouse move to the edge of the tabitem and this will trigger mosueenter and mouseleave event again and again
Thanks very much for your help, I found the reason of this issue, it was when I moved the mouse into the item, the block following(the block is not the child control of the ...Answered | 2 Replies | 685 Views | Created by Qidong Kuang - Wednesday, April 15, 2015 8:36 AM | Last reply by Qidong Kuang - Thursday, April 16, 2015 8:04 AM -
0 Votes
How to make e parent div with mouse move event works everywhere on it?
Hi.there is 3 div tags inside each other .I want to catch on mouse move event on the parent div but when the mouse come over the child div the parent ...Answered | 1 Replies | 1400 Views | Created by Nurlan Mikayilov - Sunday, May 17, 2015 1:44 PM | Last reply by Dave Patrick - Sunday, May 17, 2015 1:50 PM -
1 Votes
mouse move drawing+C#
Dear JohnWein, If i draw everything in paint event it makes my application bit slow.and if i use image as ...Answered | 6 Replies | 13936 Views | Created by algates - Monday, November 23, 2009 9:05 AM | Last reply by JohnWein - Tuesday, November 24, 2009 10:18 AM -
1 Votes
ToolTips close on mouse move?
You could set the ToolTipService.ShowDuration property to automatically hide the ToolTip after x number of milliseconds regardless of whether the mouse moves or ...Answered | 5 Replies | 4185 Views | Created by psc161 - Tuesday, April 19, 2016 9:40 AM | Last reply by Magnus (MM8) - Tuesday, April 19, 2016 6:41 PM -
0 Votes
mousedown events fired when the mouse button is released
I find the mistake: in the mousedown event , i lunch a dodragdrop operation and the code after dodragdrop is executed in the mouse down event when the drop is ...Answered | 4 Replies | 2831 Views | Created by jnstaub - Tuesday, September 1, 2009 9:06 AM | Last reply by AUmidh - Tuesday, September 1, 2009 11:10 PM -
0 Votes
mouse move over list box
The list box was empty (no rowsource) when I first noticed this.Answered | 3 Replies | 4263 Views | Created by SJones - Friday, November 5, 2010 12:53 AM | Last reply by SJones - Friday, November 5, 2010 3:00 PM -
0 Votes
Simulate key press when mouse moves to sides
You can do with a Low Level Mouse Hook (WH_MOUSE_LL) and SendInput but the problem is that you will generate keys continually (asa the mouse ...Answered | 1 Replies | 531 Views | Created by andreyga22 - Saturday, April 13, 2019 5:24 PM | Last reply by Castorix31 - Saturday, April 13, 2019 6:16 PM -
1 Votes
Move Panel by mouse
How can i make sure that when i move the Panel2 by mouse then it stays inside the Panel1 and is completely visible.Answered | 5 Replies | 26382 Views | Created by AngeloErre - Tuesday, December 9, 2008 12:03 PM | Last reply by Vaibhav Sharma - Wednesday, February 9, 2011 7:54 AM -
0 Votes
Problem with moving mouse(with codes)
hello everybody i have a problem with moving mouse with codes....Answered | 2 Replies | 8629 Views | Created by Mohamad reza - Saturday, February 21, 2009 5:12 AM | Last reply by Sheng Jiang 蒋晟 - Wednesday, February 25, 2009 5:08 PM -
0 Votes
How to make an event when mouse moves outside the form?
Use a mouse hook.Answered | 5 Replies | 1740 Views | Created by Trubilo - Thursday, December 15, 2011 11:08 AM | Last reply by JohnWein - Thursday, December 15, 2011 4:41 PM -
0 Votes
Move My Mouse Pointer
Hi, is there any MFC API available for moving the mouse pointerAnswered | 3 Replies | 3456 Views | Created by AuHuman - Thursday, February 18, 2010 2:51 PM | Last reply by Lim Bio Liong - Friday, February 19, 2010 2:45 AM -
0 Votes
Why in this code all the form1 is moving when moving the mouse and not only button1 ?
If you want only the button to move, you'll need to use the button's name.Answered | 1 Replies | 2794 Views | Created by chocolade - Saturday, June 5, 2010 7:19 PM | Last reply by Noam B - Saturday, June 5, 2010 8:40 PM -
7 Votes
take an object and move the mouse
I can move those 14 objects anywhere.Answered | 25 Replies | 3271 Views | Created by absolu - Sunday, February 19, 2012 9:13 PM | Last reply by absolu - Saturday, February 25, 2012 6:29 AM -
0 Votes
Mouse Move Event not firing frequently when the mouse is moving quickly?
The problem is that the events seem to fire if I move the mouse slowly and in small increments.Answered | 1 Replies | 10501 Views | Created by aardvarkk - Friday, April 23, 2010 9:39 PM | Last reply by aardvarkk - Friday, April 23, 2010 10:21 PM - Items 1 to 20 of 2439631 Next ›
No announcements