Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
[SOLVED] Minimize Borderless form
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Windows API test programs...
by
marcov
[
Today
at 10:44:56 pm]
Question about zipping un...
by
stab
[
Today
at 10:34:36 pm]
Generic class and visibil...
by
GAN
[
Today
at 10:28:09 pm]
Unit name problem
by
marcov
[
Today
at 10:24:41 pm]
Generate square / sinusoi...
by
MarkMLl
[
Today
at 10:05:36 pm]
How to build with MBF fra...
by
MiR
[
Today
at 09:40:29 pm]
Hint showing outside of T...
by
ddev
[
Today
at 09:09:48 pm]
LazSynaser ReadBufferEx t...
by
sstvmaster
[
Today
at 08:52:17 pm]
Trying to download file f...
by
Zaher
[
Today
at 08:06:43 pm]
PicPas, Pascal compiler f...
by
Edson
[
Today
at 08:05:51 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Minimize Borderless form (Read 432 times)
pcurtis
Sr. Member
Posts: 377
[SOLVED] Minimize Borderless form
«
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.
«
Last Edit: October 24, 2020, 05:56:35 pm by pcurtis
»
Logged
Windows 10 / Linux Mint 20
Laz 2.10.0
FPC 3.2.0
Blaazen
Hero Member
Posts: 3004
POKE 54296,15
Re: Minimize Borderless form
«
Reply #1 on:
October 24, 2020, 04:45:58 pm »
By code?
Code: Pascal
[Select]
[+]
[-]
Form1
.
WindowState
:
=
wsMinimized
;
Logged
Lazarus 2.1.0 r64115 FPC 3.3.1 r40507 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21
Try Eye-Candy Controls:
https://sourceforge.net/projects/eccontrols/files/
pcurtis
Sr. Member
Posts: 377
Re: Minimize Borderless form
«
Reply #2 on:
October 24, 2020, 05:21:23 pm »
That doesn't minimize to the taskbar.
Logged
Windows 10 / Linux Mint 20
Laz 2.10.0
FPC 3.2.0
jamie
Hero Member
Posts: 4022
Re: Minimize Borderless form
«
Reply #3 on:
October 24, 2020, 05:41:25 pm »
If this is the only form in your app try using Application.Minimize;
Logged
The only true wisdom is knowing you know nothing
pcurtis
Sr. Member
Posts: 377
Re: Minimize Borderless form
«
Reply #4 on:
October 24, 2020, 05:55:41 pm »
OK. Thanks.
Logged
Windows 10 / Linux Mint 20
Laz 2.10.0
FPC 3.2.0
Gald
New Member
Posts: 18
Re: [SOLVED] Minimize Borderless form
«
Reply #5 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.
Logged
pcurtis
Sr. Member
Posts: 377
Re: [SOLVED] Minimize Borderless form
«
Reply #6 on:
October 25, 2020, 03:44:31 pm »
It's a free world.
Logged
Windows 10 / Linux Mint 20
Laz 2.10.0
FPC 3.2.0
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
[SOLVED] Minimize Borderless form
TinyPortal
© 2005-2018