AutoHotkey系列教程 中级教程(六节三十六课) 第一小节:站在巨人的肩膀上 第二课:轩辕剑
;~ 作 者: 河许人 ;~ 脚本说明: Scite操作示例 ;~ 环境 版本: Autohotkey v1.1.23.03 ;~ MsgBox,hello world! ;~ 消息箱 ;~ MsgBox, 0, , hello world!! ;~ MsgBox, 8228, 问答, 你吃没吃饭? ;~ Gui, Add, DateTime, x130 y110 w130 h40, ;~ Gui, Add, MonthCal, x100 y220 w290 h200, ;~ Gui, Add, Button, x140 y40 w100 h50, Button ;~ ; Generated using SmartGuiXP Creator mod 4.3.29.0 ;~ Gui, Show, Center w476 h400, New GUI Window ;~ Return ;~ GuiClose: ;~ ExitApp ;~ Gui, Add, DateTime, x130 y110 w130 h40, ;~ Gui, Add, MonthCal, x100 y220 w290 h200, ;~ Gui, Add, Button, x140 y40 w100 h50, Button ;~ ; Generated using SmartGuiXP Creator mod 4.3.29.0 ;~ Gui, Show, Center w476 h400, New GUI Window ;~ Return ;~ GuiClose: ;~ ExitApp ;~ ControlGetFocus, fControl, A ;~ Loop 2 ;
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
[…] 之前我还出了一篇简单的使用教程,希望能帮你:[GUI]轩辕剑之Scite操作示例 […]
求下载连接。。
https://www.autoahk.com/archives/29179
牛
大佬牛逼,学习学习