On Wed, 13 Sep 2000 [EMAIL PROTECTED] wrote:

> This works fine, BUT the positions it returns are the column and the row where the 
>mouse is.
> I want the actual mouse position where I have just dbl clicked.
> Is this pos. with this method?

GetCursorPos returns a TPoint of the mouse location (relative to the
screen), use TComponent.ScreenToClient if you need to get the relavant
offset for a particular component.

-- 
"We don't guarantee anything except that it will take up disk space..."
  Apache 2.0alpha5 Disclaimer

Now Playing: <no audio cd present>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to