Thread: Delphi Application always visible like taskbar
|
Replies:
6
-
Last Post:
Jun 4, 2016 8:53 AM
Last Post By: Francisco Alvar...
|
Threads:
[
Previous
|
Next
]
|
|
Posts:
83
Registered:
11/10/06
|
|
Is there a way to set a Delphi 10 application to remain visible on the bottom or on the left side of the screen and any other application maximize leaving it visible, Just like the taskbar wjth autohide set off?
Best Regards
Francisco Alvarado
|
|
|
Posts:
467
Registered:
11/3/11
|
|
Is there a way to set a Delphi 10 application to remain visible on the bottom or on the left side of the screen and any other application maximize leaving it visible, Just like the taskbar wjth autohide set off?
Best Regards
Francisco Alvarado
FormStyle = fsStayOnTop
--
Linden
"Mango" was Cool but "Wasabi" was Hotter but remember it's all in the "source"
|
|
|
|
Posts:
83
Registered:
11/10/06
|
|
Is there a way to set a Delphi 10 application to remain visible on the bottom or on the left side of the screen and any other application maximize leaving it visible, Just like the taskbar wjth autohide set off?
Best Regards
Francisco Alvarado
FormStyle = fsStayOnTop
--
Linden
"Mango" was Cool but "Wasabi" was Hotter but remember it's all in the "source"
Hi Linden, but fsStayOnTop property does not prevent other windows to cover it's area.
I want to show other windows to show side on side with my app.
Francisco Alvarado
|
|
|
|
Posts:
801
Registered:
3/14/14
|
|
Francisco Alvarado wrote:
Is there a way to set a Delphi 10 application to remain visible on
the bottom or on the left side of the screen and any other
application maximize leaving it visible, Just like the taskbar wjth
autohide set off? Best Regards Francisco Alvarado
What you want is called an application desktop toolbar. You can find a
code snippet for example on StackOverflow:
http://stackoverflow.com/questions/1553088/reserve-part-of-the-desktop
|
|
|
|
Posts:
83
Registered:
11/10/06
|
|
Francisco Alvarado wrote:
Is there a way to set a Delphi 10 application to remain visible on
the bottom or on the left side of the screen and any other
application maximize leaving it visible, Just like the taskbar wjth
autohide set off? Best Regards Francisco Alvarado
What you want is called an application desktop toolbar. You can find a
code snippet for example on StackOverflow:
http://stackoverflow.com/questions/1553088/reserve-part-of-the-desktop
Thank you Lajos, I'll try that.
Francisco Alvarado
|
|
|
|
Posts:
9,447
Registered:
12/23/01
|
|
|
|
|
Posts:
83
Registered:
11/10/06
|
|
Thank you Lajos and Remy.
I just finished my tests and all is working as expected.
Francisco Alvarado
|
|
|
|
Legend
|
|
Helpful Answer
(5 pts)
|
|
Correct Answer
(10 pts)
|
|
Connect with Us