SubWindow win = new SubWindow();
                //win.Width = SystemParameters.WorkArea.Width;
            //win.Top = SystemParameters.FullPrimaryScreenHeight - win.Height;
            win.Top = SystemParameters.WorkArea.Height - win.Height;
            win.Width = SystemParameters.FullPrimaryScreenWidth;
            win.ShowDialog();

最新文章

  1. js 随机生成姓名、手机号、身份证号、银行卡号
  2. OSI Model
  3. php正则,删除字符串中的中英文标点符号
  4. ABP mapto 映射
  5. 如何在mac本上安装android sdk
  6. ADO.NET笔记20160322
  7. 使用 multiprocessing.dummy 执行多线程任务
  8. python基本数据结构-集合-方法
  9. easyVS
  10. 陷阱~EF中的Update与Insert共用一个数据上下文
  11. MAT Memory Analyzer Tool 插件安装(图解)
  12. Flex显示麦克风当前音量
  13. POJ 2159 Ancient Cipher
  14. IIS Shared Configuration
  15. Android中Canvas绘图基础详解(附源码下载) (转)
  16. Lambda表达式随笔
  17. [自制操作系统] JOS文件系统详解&支持工作路径&MSH
  18. poj 2774 最长公共子串 后缀数组
  19. Servlet 自定义标签
  20. c++模板特化偏特化

热门文章

  1. Cygwin 与 MinGW/MSYS/MSYS2,如何选择?甚至还有GNU utilities for Win32
  2. Struts2与Spring的整合
  3. [React] Use Jest's Snapshot Testing Feature
  4. [Ramda] Difference between R.converge and R.useWith
  5. 欢迎来到Swift天地(Welcome to Swift)
  6. Qtcreator中常用快捷键总结(有必要牢记,提高编程效率)
  7. C# 调用PowerShell方法
  8. docker入门2:基础操作(1)
  9. ie height
  10. WPF--动态添加控件、访问控件