简体   繁体   中英

C# Cursor control on 64-bit Windows 7?

I'm looking for a C# class to control mouse movements on a 64 bit Windows machine. Does anyone have a link to one?

Here's one exactly like I need but it only works for x86: http://thecodeisart.blogspot.com/2008/11/mouse-control.html

If you set the build type on your project explicitly to x86 you should be good to go.

在此处输入图像描述

If it's currently 'Any CPU' that will freak-out poorly written interop.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM