标签: c# windows winapi interop startmenu
是否可以在Windows 8的“开始”屏幕顶部显示一个窗口?到目前为止我已经尝试了
this.TopMost = true;
但它不起作用。