2
votes

My application main form have borderStyle = none and WindowState = wsMaximized. My problem is that the application is covering the windows taskbar. How do i display the windows taskbar?

My Application

1

1 Answers

3
votes

I discovered a solution

Put Self.Height := Screen.WorkAreaRect.Height; on Form OnShow event