
按键精灵
兵_哥哥
这个作者很懒,什么都没留下…
展开
-
截图 区域找图
//将当前窗口移至指定的像素位置Hwnd = Plugin.Window.Foreground()Call Plugin.Window.Move(Hwnd, 100, 100) MsgBox "当前移动窗口到(100, 100)位置" //下面这句在屏幕区域范围内截图保存到桌面//下面两句是获取用户桌面文件夹set Obj = createobject("WScrip转载 2012-12-31 14:11:41 · 1464 阅读 · 0 评论 -
按行读取文件
Text = Plugin.File.ReadFileEx("C:\testfile.txt") Msgbox "向目标文件读出文本内容为:"& Text dim MyArray MyArray = Split(Text, "|") If UBound(MyArray)>=0 Then i=0 For UBound(MyArray)转载 2012-12-31 14:13:40 · 512 阅读 · 0 评论