Hi, all !
How to find the screen coordinates of the selected element of the TTreeView object ?
Find the screen coordinates
Re: Find the screen coordinates
Let's see if this can help youNatter wrote:Hi, all !
How to find the screen coordinates of the selected element of the TTreeView object ?
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.
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.
Re: Find the screen coordinates
Cristobal, thank you for your advice.