RE: [DUG]: Text capture

2001-04-30 Thread Jeremy Coulter
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

Re: [DUG]: Text capture

2001-04-30 Thread Rohit Gupta
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

RE: [DUG]: Text capture

2001-04-29 Thread Max Nilson
> 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

RE: [DUG]: Text capture

2001-04-29 Thread Sergei Stenkov
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

[DUG]: Text capture

2001-04-29 Thread vss
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