In trying to align commandbars etc (for which [code].Left [code]and [code].Width [code]returns pixels from left of screen) with document windows (for which [code].Left [code]and [code].Width [code]returns points from left of application window) I am having some difficulty.
The conversion function
[code]ActiveWindow.PointsToScreenPixelsX(ActiveWindow.Left)[code]
gives results that are inconsistent.
Anyone resolved this issue?