runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年1月2日

摘要: from:http://stackoverflow.com/questions/1381821/how-to-toggle-switch-windows-taskbar-from-show-to-auto-hide-and-vice-versa[DllImport("user32.dll", CharSet = CharSet.Auto)] public static extern IntPtr FindWindow(string strClassName, string strWindowName);[DllImport("shell32.dll")] 阅读全文
posted @ 2014-01-02 13:51 runliuv 阅读(3859) 评论(0) 推荐(0) 编辑

摘要: private void FrmMyShow_Load(object sender, EventArgs e) { Rectangle r = Screen.GetWorkingArea(this); //this.Location = new Point(r.Right - this.Width, r.Bottom - this.Height); //右下 //this.Location = new Point(0, r.Bottom - this.Height); //左下 ... 阅读全文
posted @ 2014-01-02 10:17 runliuv 阅读(648) 评论(0) 推荐(0) 编辑