A
Armin
Hello
I want get the Screen Coordinates of a Control.
I do this with Control.PointToScreen.
vlob_Point = Me.PointToScreen(New System.Drawing.Point(0, 0))
This works fine with a Single Monitor but
if I have a two Monitor solution then I get the wrong Coordinates.....
I try to take the Coordinates of the Form plus the Coordinates of the
Control
but that's not Working because of the Form Caption/Head Size which is not
calculated....
Any Idea
I want get the Screen Coordinates of a Control.
I do this with Control.PointToScreen.
vlob_Point = Me.PointToScreen(New System.Drawing.Point(0, 0))
This works fine with a Single Monitor but
if I have a two Monitor solution then I get the wrong Coordinates.....
I try to take the Coordinates of the Form plus the Coordinates of the
Control
but that's not Working because of the Form Caption/Head Size which is not
calculated....
Any Idea