When Top = 0 Is Not 0 Root › Technical support › Troubleshooting This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago by TAZ. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 31, 2016 at 6:18 am #55478 SupportKeymaster ExtendedBorder is just additional painting, it's not the real Form1 area. You can use this code for a positioning of form with extended borders: Code: Form1.Top := 0 + DiffTitle(sSkinProvider1.BorderForm); Form1.Left := 0 + DiffBorder(sSkinProvider1.BorderForm); This code will work if ExtendedBorders is False also (results of functions will be 0). August 31, 2016 at 12:21 pm #55509 TAZParticipant Works great. Thanks. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting