Move the mouse in wpf
I开发者_如何学运维'm currently looking for a way to move the mouse in wpf. All I found was unmanaged method calls which I couldn't implement reliably. Is there an easy way to move the mouse cursor to some place, ie. after a doubleclick? I'm surely missing something here.
Add a reference to System.Windows.Forms.dll, then set Cursor.Position
.
精彩评论