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 #31.8K
1 Posted Topic
Hey, I need to write program, which will do some action after 11 minutes. I have that action done, but I dont know how to write to wait 11 minutes, and how to write to wait 20 secs after 1 action. [code] Private Sub Command1_Click() Dim hWnd As Long hWnd … |
The End.