
April 10th, 2008 by

Yaron Assa

Loading ...
Sometimes, you can only tell when an AUT operation has ended by checking the windows mouse cursor - is it an hourglass, or a simple arrow.
The following code allows your to get the integer code of the mouse icon:

April 1st, 2008 by

daniva

Loading ...
The Keyboard.SendKeys Method sends one or more keystrokes to the active window, as if typed on the keyboard.

April 1st, 2008 by

daniva

Loading ...
The Devices.Keyboard class Provides properties for accessing the current state of the keyboard, such as what keys are currently pressed, and provides a method to send keystrokes to the active window.

April 1st, 2008 by

daniva

Loading ...
The System.Windows.Forms.Control Class Defines the base class for controls, which are components with visual representation.
The Control.MousePosition Property gets the position of the mouse cursor in screen coordinates.
Recent Comments