I am only using machine names at the moment. I do not have anything defined in the hosts.sam file, because I am not using DNS. For the sake of simplicity, lets just say that I am making a chat program like winpopup. I am using the UDP protocol that is available with the winsock control.
VB Books Online come with some sample programs of how to make a simple Peer to Peer chat program with the winsock control. According to the examples, you should be able to just use machine names. I can't. Has anyone else tried this?
Main Topics
Browse All Topics





by: mcriderPosted on 1999-09-13 at 17:00:01ID: 2043812
Are you using a machine name only or are you using a URL?
If you are using a machine name only, are they defined in the \WINDOWS\HOSTS file?
Depending on what you are doing, you may want to use the OpenURL or Execute methods.