逍遥延时类库,不卡窗口版
逍遥延时类库,不卡窗口版
https://gitee.com/xiaoyaosoft/xiaoyaoDLLOCX/tree/master/DLL/003Delay
https://gitee.com/xiaoyaosoft/xiaoyaoDLLOCX/raw/master/DLL/003Delay/%E9%80%8D%E9%81%A5%E5%BB%B6%E6%97%B6%E7%B1%BB%E5%BA%93_%E4%B8%8D%E5%8D%A1%E7%AA%97%E5%8F%A3%E7%89%88.zip
标准DLL模式,就像是findwindow一样的WINDOWS API调用
DelayApi(毫秒数)
无返回值
大漠COM DLL调用方式:
dim Tool ' As AXiaoYaoTool.PauseClass
Set Tool = createobject("AXiaoYaoTool.PauseClass")
call Tool.Pause (2000)
tool.延时(2000)
tool.多线程延时(2000)
tool.ThreadPause(2000)