是否可以跟踪光标移动? [英] Is it possible to track the cursor movements ?

查看:91
本文介绍了是否可以跟踪光标移动?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以跟踪家用计算机中的光标移动,并使用c#程序(在Windows应用程序或Web应用程序中)获取移动所有鼠标光标的路径。



如果是,建议我一些好的网站,我可以找到那些东西。 :)



在此先感谢...! :)

解决方案

查看此内容。

http://social.msdn.microsoft.com/Forums/eu/winforms/thread/88d9b5ed-42b7-4d80-a770-96b6800616e3 [ ^ ]


您可以使用javascript跟踪来自webapplication的光标移动。以下链接将有所帮助。

javascript-track-mouse-position

从onmousemove事件中,您可以调用ajax方法或将移动数据存储到任何数组,最后使用ajax请求将其发送到服务器端。

Windows窗体应用程序也有MouseMove事件。链接将有所帮助

Is it possible to track the cursor movements in our home computers and get the path where and all the mouse cursor has been moved using c# program (either in windows application or web application.).

If yes suggest me some good sites where i can find those stuffs. :)

Thanks in advance...! :)

解决方案

Check with this.
http://social.msdn.microsoft.com/Forums/eu/winforms/thread/88d9b5ed-42b7-4d80-a770-96b6800616e3[^]


You can track cursor movement from webapplication using javascript. The following link will be helpful.
javascript-track-mouse-position
From the onmousemove event you can call ajax method or store the movement data to any array, and finally send it to server side with ajax request.
Windows form application also have MouseMove event.The link will be helpful.


这篇关于是否可以跟踪光标移动?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆