Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个从任务栏下方弹出的表单。到目前为止,一切都很好。但是在透明任务栏的情况下,表单不能首先在任务栏下看到,然后才在其他所有内容之上,我不喜欢这种效果。
我可以在几毫秒内以某种方式禁用 Windows 任务栏的透明度吗?或者也许还有其他想法?
我同意@GeraldVersluis:让弹出窗口位于任务栏顶部。您可以通过询问 Screen 对象来做到这一点(例如,获取屏幕区域的下边缘)。 Screen.PrimaryScreen.WorkingArea
Screen.PrimaryScreen.WorkingArea