> I know waiting in a loop is not the best way, but how else can I do it? > I have a list of 4 domains that I want to get the ip address for..
Easy ! Just have a list of what you need to lookup, build a routine to start a lookup if there is something in the list. From the LookupDone event, you call again your start routine, until the luist is emptyed. No loop, no wait, pure event driven. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be