vb6ip

To dynamic server


I want to develop and application in VB6+ (VB6 upwards) in winxp+ (Windows XP upwards). The client has to connect or reconnect to a server application.

How do I connect to the server whose IP is dynamic?


Solution

  • By having the server tell your client about its IP, for example by using one of many dynamic DNS services to give it a domain name, or by using a server of your own with a known address to store the IP address of your dynamic server.