A1VBCode Forums

VB code for finding the height of tile Bar


http://www.a1vbcode.com/vbforums/Topic32471.aspx

By Dan22 - 9/2/2017

Anyone know the code for finding Forms Title Bar Heights?

Thanks.
By Destroyer - 9/8/2017

Dan22 - 9/2/2017
Anyone know the code for finding Forms Title Bar Heights?

Thanks.

Use the CaptionHeight Property of theSystemInformation Class to get the caption height.

Dim h As Integer = SystemInformation.CaptionHeight