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 8 开发一个替代的开始菜单,我已经尝试过:
this.TopMost = true;
但它似乎只在表单失去焦点之前有效。是否有一种简单的方法可以使“开始按钮”永久显示在任务栏上方?
Raymond Chen在他的博客上谈到了顶层窗口的问题。我建议检查一下。