开发者

Application.MainFormOnTaskbar := False; not hiding application from taskbar

开发者 https://www.devze.com 2023-01-29 14:37 出处:网络
Why setting Application.M开发者_如何学编程ainFormOnTaskbar to False is not preventing the application from showing on taskbar?

Why setting Application.M开发者_如何学编程ainFormOnTaskbar to False is not preventing the application from showing on taskbar?

Please help. Thanks.


Because that's not what it does. MainFormOnTaskbar makes it so that the main form shows up as a taskbar button instead of the application itself. If you want to make an app with no presence on the taskbar, see this article.

0

精彩评论

暂无评论...
验证码 换一张
取 消