//让窗体显示在右下角
Screen screen = Screen.AllScreens[0];
this.DesktopLocation = new Point(screen.Bounds.Width - (this.Width + 5), screen.Bounds.Height - this.Height + 33));
//让窗体一直显示在最前面
this.TopMost = true;
VS C# 2008仿QQ动态新闻消息框,让消息框停靠在右下角
最新推荐文章于 2024-07-10 09:09:21 发布