论坛首页 编程语言技术论坛

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

浏览 1887 次
该帖已经被评为隐藏帖
作者 正文
   发表时间:2008-06-19  

//让窗体显示在右下角
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