Like a winpopup, is there any way a VB can send messages to another computer? I tried making use of NETAPI32 of win98. It doesnt seem to work. NETMESSAGEBUFFERSEND does not exist.
I dont have to receive msgs..:>
PLS help!
thanks
Printable View
Like a winpopup, is there any way a VB can send messages to another computer? I tried making use of NETAPI32 of win98. It doesnt seem to work. NETMESSAGEBUFFERSEND does not exist.
I dont have to receive msgs..:>
PLS help!
thanks
what is recieving these messages. try using winsock to send/recieve messages
.... that too using winsock. and it works just fine in a chat-like session. BUt what i really want to accomplish is a win98 station will invoke the winpopup of the receiving win98 station. The sending station doesnt have to receive any reply from the recepient.
thanks for extending help.
[email protected]
i wonder what would happen if the NetApi32.dll file from an NT station was put on a win98 station? maybe that could work...
... seem to work as well...oh well...
thanks for the suggestion anyway..