选择对话框

选择对话框
; 多选的例子:
FileSelectFile, files, M3  ; M3 = 选择多个现有文件.
if files =
{
    MsgBox, The user pressed cancel.
    return
}
Loop, parse, files, `n
{
    if a_index = 1
        MsgBox, The selected files are all contained in %A_LoopField%.
    else
    {
        MsgBox, 4, , The next file is %A_LoopField%.  Continue?
        IfMsgBox, No, break
    }
}
return

 

给TA捐赠
共{{data.count}}人
人已捐赠
其他

按住鼠标左键拖动时, 在拖动区域中会出现工具提示显示区域的大小

2018-1-4 15:40:30

其他

含菜单栏的简单文本编辑器

2018-1-4 15:46:09

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索