Lazarus

Programming => General => Topic started by: pcurtis on October 24, 2020, 04:38:21 pm

Title: [SOLVED] Minimize Borderless form
Post by: pcurtis on October 24, 2020, 04:38:21 pm
Hi All,

How can I minimize a borderless form to the taskbar? (Win 10)

Thanks in advance.
Title: Re: Minimize Borderless form
Post by: Blaazen on October 24, 2020, 04:45:58 pm
By code?
Code: Pascal  [Select][+][-]
  1. Form1.WindowState:=wsMinimized;
Title: Re: Minimize Borderless form
Post by: pcurtis on October 24, 2020, 05:21:23 pm
That doesn't minimize to the taskbar.
Title: Re: Minimize Borderless form
Post by: jamie on October 24, 2020, 05:41:25 pm
If this is the only form in your app try using Application.Minimize;


Title: Re: Minimize Borderless form
Post by: pcurtis on October 24, 2020, 05:55:41 pm
OK. Thanks.
Title: Re: [SOLVED] Minimize Borderless form
Post by: Gald on October 25, 2020, 03:25:31 pm
Similar question here.
Can I steal your post?

Maximize a borderless Form without making it fullscreen?
At least on Windows, the toolbar is hidden. I don't know in other SOs.
Title: Re: [SOLVED] Minimize Borderless form
Post by: pcurtis on October 25, 2020, 03:44:31 pm
It's a free world.
TinyPortal © 2005-2018