
Broadcasting message on a network ???
Are all the computers on the same domain? If so, you could use
NetMessageBufferSend and just preset the values you want to remain
constant. If you need an example check out:
http://www.mvps.org/vbnet/
search for NetMessageBufferSend and you will find the code.
Dana
Quote:
>hi
>I'm about to develop an app which should have the ability to broadcast
>it's existens on a network on startup. There should be no particular
>server to broadcast to, but other machines on the network running the
>app should respond to the broadcast.
>Is this possible or ???
>The app is developed using VB6 enterprise and should communicate using
>TCP/IP. DCOM is also an option, but I would prefer TCP/IP. Any
>comments ??
>I've found out, that I should use UDP, but an example on how it's
>implemented would be nice.
>Any suggestions appriciated...
>thanx
>Morten