Hi all,
How to get the real screen coordinate (Top,Left) of a control (TBitBtn) from within the Click event?
When using MouseDown event, X and Y parameter are the mouse pointer coord and using ClientToScreen to convert points work but not the way I want to...
All this to display a TPopupMenu just under a TBitBtn (that is mnu.Left=btn.Left; mnu.Top=btn.Bottom)
Any ideas?
Thanks in advance...
How to get the real screen coordinate (Top,Left) of a control (TBitBtn) from within the Click event?
When using MouseDown event, X and Y parameter are the mouse pointer coord and using ClientToScreen to convert points work but not the way I want to...
All this to display a TPopupMenu just under a TBitBtn (that is mnu.Left=btn.Left; mnu.Top=btn.Bottom)
Any ideas?
Thanks in advance...