消息框: using System.Runtime.InteropServices; namespace Windows_API_实现屏幕右下角_消息框_ { public partial class Msg : Form { public Msg() { InitializeComponent(); Point p = , Screen.PrimaryScreen.WorkingArea.Height - ); this.PointToScreen(p); this.Location = p;…