Selasa, 30 November 2010

Setting mouse cursor position with WinAPI

Setting the mouse cursor position on a Windows machine with the help of .NET Framework shouldn't be that big of a problem. After all, there is the built-in Cursor class that lets you do that by executing a simple line of code: Cursor.Position = new System.Drawing.Point(0, 0);Of course, here 0 and 0 are the absolute coordinates for the mouse cursor on the screen. One thing to mention about this

Tidak ada komentar:

Posting Komentar