文件名称:VB6中获取当前毫秒数的dll
文件大小:32KB
文件格式:DLL
更新时间:2015-11-08 07:35:46
VB6 毫秒数
将这个dll放在windows\system32目录下,在VB6中 Private Declare Function mss Lib "mss" () As Long Debug.Print Format(Now, "YYYY-MM-DD hh:mm:ss") + "." + Right("00" + CStr(mss()), 3)
文件名称:VB6中获取当前毫秒数的dll
文件大小:32KB
文件格式:DLL
更新时间:2015-11-08 07:35:46
VB6 毫秒数
将这个dll放在windows\system32目录下,在VB6中 Private Declare Function mss Lib "mss" () As Long Debug.Print Format(Now, "YYYY-MM-DD hh:mm:ss") + "." + Right("00" + CStr(mss()), 3)