杉宫竹苑工作室

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1721|回复: 0

NSIS 获取屏幕分辨率

[复制链接]
发表于 2017-2-26 11:08:05 | 显示全部楼层 |阅读模式

正式会员享受无限制浏览网站功能和高速网盘下载,赶快加入本站吧!

您需要 登录 才可以下载或查看,没有账号?立即注册

x
  1. OutFile "ScreenRes.exe"
  2. Name "Get User Screen Resolution"
  3. Caption "Get User Screen Resolution"
  4. XPStyle "on"

  5. Function ".onInit"
  6. System::Call 'user32::GetSystemMetrics(i 0) i .r0'
  7. System::Call 'user32::GetSystemMetrics(i 1) i .r1'
  8. MessageBox MB_OK|MB_ICONINFORMATION "Screen Resolution: $\r$\n$0 X $1"
  9. Quit
  10. FunctionEnd

  11. Section "-boo"
  12. ;
  13. SectionEnd
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SgzyStudio

GMT+8, 2024-5-19 15:32 , Processed in 0.113888 second(s), 21 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表