Re: Mouse_Event to send click to the Windows screen ?
- From: "alanglloyd@xxxxxxx" <alanglloyd@xxxxxxx>
- Date: Wed, 30 Jan 2008 23:56:22 -0800 (PST)
On 31 Jan, 07:42, mezzanine1974 <savas_karadu...@xxxxxxxxx> wrote:
I have found following code from Torry`s Delphi Page. Here, what does
X and Y refers to? Top-Left corner of Current Windows Screen or Top-
Left corner of Form1 or Image1?
My goal is to send mouse click to the Windows screen. (eg:
X:=10,Y:=1010 to click START icon in the windows. I assumed that
screen resolution is 1280�1024)
Look up SetCursorPos in Win32.hlp (supplied with Delphi), ...
Look up TControl.ClientToScreen & TControl.ScreenToClient in Delphi
help.
Alan Lloyd
.
- Follow-Ups:
- Re: Mouse_Event to send click to the Windows screen ?
- From: mezzanine1974
- Re: Mouse_Event to send click to the Windows screen ?
- References:
- Mouse_Event to send click to the Windows screen ?
- From: mezzanine1974
- Mouse_Event to send click to the Windows screen ?
- Prev by Date: Mouse_Event to send click to the Windows screen ?
- Next by Date: Re: Mouse_Event to send click to the Windows screen ?
- Previous by thread: Mouse_Event to send click to the Windows screen ?
- Next by thread: Re: Mouse_Event to send click to the Windows screen ?
- Index(es):
Relevant Pages
|