Find the screen coordinates

Post Reply
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Find the screen coordinates

Post by Natter »

Hi, all !

How to find the screen coordinates of the selected element of the TTreeView object ?
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Find the screen coordinates

Post by cnavarro »

Natter wrote:Hi, all !

How to find the screen coordinates of the selected element of the TTreeView object ?
Let's see if this can help you

https://docs.microsoft.com/es-es/window ... etitemrect

From

https://docs.microsoft.com/es-es/window ... e-messages
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Re: Find the screen coordinates

Post by Natter »

Cristobal, thank you for your advice.
Post Reply