`

VS C# 2008仿QQ动态新闻消息框,让消息框停靠在右下角

 
阅读更多

//让窗体显示在右下角
Screen screen = Screen.AllScreens[0];
this.DesktopLocation = new Point(screen.Bounds.Width - (this.Width + 5), screen.Bounds.Height - this.Height + 33));
//让窗体一直显示在最前面
this.TopMost = true;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics