Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 850481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T07:16:19+00:00 2026-05-15T07:16:19+00:00

In an application in Silverlight I’m working on, I need to track the moves

  • 0

In an application in Silverlight I’m working on, I need to track the moves of the mouse. My problem is that using the MouseMove event, I don’t have a continuous set of points if the user moves the mouse fast enough (if I add each point in a list I can have (10,10) en then (20,20)…)

I’d like to have ALL points where the mouse has been during the move.
Do you have any idea ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T07:16:19+00:00Added an answer on May 15, 2026 at 7:16 am

    This cannot work efficiently. The mousemove event of silverlight waits on the OS to send the signal with the coordinates to it. The operating system does not fire its event for every single point it moves, if it moves very fast. Most OS executes infinite loops, which checks for machine states, if these loops are fast, then it will probably pick up the mousemove for every point. If the mouse moves from (1,1) to (20,20) in 0.001ms, the OS will probably call the event at (10,10) or it will not at all if the loop does not hit it on time.

    A way you can possibly speed this up is lessen the codes in your mousemove or make them async.

    Another way is a mathematical way, to calculate the path based on what you have already collected.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Silverlight application that I need to embed some less-than-common fonts in.
I have a Silverlight application that cannot login when it installed in a different
I have a Silverlight application that is built from a set of Silverlight class
I have Silverlight application using NHibernate as a ORM. I have projects for Data(mapp
I have a Silverlight Application, that uploads file(s) to a Sharepoint Site. I got
In my Silverlight application, I have an operation that takes a couple seconds and
We have a Silverlight application that shows text over video. Both the text and
i have a silverlight application (SL3) that is enabled for use out of the
I have a Silverlight application that consists of many pages that uses Navigation Framework.
I have a Silverlight application that uses WCF services and also uses the Wintellect

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.