Implementation of Delay procedure
Do you remember Delay procedure from Turbo (Borland) Pascal? It was used to pause the program “flow” for specific time interval. In Windows, there is a different style of programming,… Read more »
Do you remember Delay procedure from Turbo (Borland) Pascal? It was used to pause the program “flow” for specific time interval. In Windows, there is a different style of programming,… Read more »
There are few methods to check if computer is online (=connected) or offline (=disconnected). This one is really simple.
Using Winsock unit, we can determine computer IP address. If you have more network adapters, all IP addresses will be detected.