How can I determine the absolute cursor position inside an activeX, inside a set of containers, inside a form?
I have tried the GetCursorPos API, but it still only returns the relative position. I tried to find the control's Parent left position, but it seems to only work up to the 2nd level: Ctrl -> Ctrl -> Form
I need to determine the absolute position for
number of levels.
Thanks in advance.
Graham
I have tried the GetCursorPos API, but it still only returns the relative position. I tried to find the control's Parent left position, but it seems to only work up to the 2nd level: Ctrl -> Ctrl -> Form
I need to determine the absolute position for
Thanks in advance.
Graham