INTERACT FORUM

Windows => Plug-in Development => Topic started by: bugmenot on November 27, 2008, 11:06:58 pm

Title: MouseMove event problem
Post by: bugmenot on November 27, 2008, 11:06:58 pm
I tryed to execute some code on the mousemove of a listbox, but the code execute even if my mouse is not moving. Trying to debug suggest that the event.Location is always different event if my mouse is still. Any input on this?

Thx
Title: Re: MouseMove event problem
Post by: bugmenot on December 12, 2008, 11:41:06 am
Finally fixed it puting a if still on same index in listbox do not redraw. So this prevents from redraw each 100 ms even id mousemove always throw