May 10, 2005 #1 D Data Danger Freshman Joined Mar 25, 2004 Messages 29 Hi Is there a way to found out the actual Header Height of the activeform? Kind Regards
May 10, 2005 #2 P PWNettle Centurion Joined Jun 2, 2003 Messages 128 Location Phoenix, AZ Data Danger said: Hi Is there a way to found out the actual Header Height of the activeform? Kind Regards Click to expand... If by 'Header Height' you're referring to the title bar, then you can use: Code: SystemInformation.CaptionHeight Paul
Data Danger said: Hi Is there a way to found out the actual Header Height of the activeform? Kind Regards Click to expand... If by 'Header Height' you're referring to the title bar, then you can use: Code: SystemInformation.CaptionHeight Paul