Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: Hi, I am beginner too and my english is bad, but I try to help you. I use API function: Public Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds As Long) . . . do while 1>0 'endless loop 'do something . . sleep(1000) 'waits 1000 ms = 1 … |
The End.