Hi,
how to record the mouse movement and keystroke in vb.net
Thanks in advance
how to record the mouse movement and keystroke in vb.net
Thanks in advance
mouseposition.X; mouseposition.Y;
e.KeyChar(); 'where e is an event handler of [B]System.Windows.Forms.KeyPressEventArgs[/B] type
Comment