I have the following piece of code on a form to center a picturebox:
PicLogo.Left = (frmMain.Width - PicLogo.Width ) / 2
PicLogo.Top = (frmMain.Height - PicLogo.Height) / 2
When actually run the placement of the picturebox is about 75 twips off
in both directions. Is there part of the form that isn't shown but is
included in Height and width? If you have any suggestions let me know.
Thanks,
Tundra