3 lines
112 B
VB.net
Raw Normal View History

2025-12-17 15:34:38 +09:00
Module Module1
Declare Function GetTickCount Lib "kernel32" Alias "GetTickCount" () As Integer
End Module