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 #44.2K
1 Posted Topic
Hi, I'm developping an application that reads emails from a server. I have set the interval of the timer1 to 1000 *30 (i.e. 30 seconds). In the timer1_timer () subroutine I called another subroutine which makes a connection with the server using Winsock1.RemoteHost "hostname" Winsock1.RemotePort "hosr port" Winsock1.Connect and then … |
The End.