|
TMouseControl
Had you ever wanted to move and click your mouse in code? If you did.. This is exactly what you need!
You can find it in system tools section!
Author: Pavel Bibergal
Date added: 07 September, 1999
Views: 566
Related Discussions - TMENUITEM AND RIGHT MOUSE BUTTON (2001-07-20 07:36:01)heres a component :
unit MouseControl;
interface
uses
Windows, Classes, Controls;
type tMouseButtonstate = (bsUp,bsDown);
type...
- MOVE CURSOR (2001-09-14 10:13:21)Certainly, but why should we use the Windows API when Delphi's object set allows us to do this with an easier and more portable (Kylix) method ?...
|