delphi
Subject: Re: [DUG]: Text capture
GetCursorPos will get you the current cursor position. Use the canvas of
the control to write the text. Actually, you should be able to use the
moseevents of teh control
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Multiple recipie
IL PROTECTED]>
Sent: Tuesday, 1 May 2001 04:42
Subject: [DUG]: Text capture
> Hi all.
> I am in the middle of writting a control to display Unicode.
> I have had to in the end write my own control to do this, which is ok,
but, I have a question. Is there a way to get some text at a point
> I am in the middle of writting a control to display Unicode.
> I have had to in the end write my own control to do this, which
> is ok, but, I have a question. Is there a way to get some text at
> a point on the screen ? i.e. where the mouse is?
> Its not important, but would be handy if I could
Jeremy Coulter wrote:
> I am in the middle of writting a control to display Unicode.
> I have had to in the end write my own control to do this,
> which is ok, but, I have a question. Is there a way to get
> some text at a point on the screen ? i.e. where the mouse is?
Jeremy,
I know you can d
Hi all.
I am in the middle of writting a control to display Unicode.
I have had to in the end write my own control to do this, which is ok, but, I have a
question. Is there a way to get some text at a point on the screen ? i.e. where the
mouse is?
Its not important, but would be handy if I could