B Bill Nguyen May 21, 2007 #1 How can I send a system message to an active user within my network from a ..NET app? Bill
G Guest May 21, 2007 #2 How can I send a system message to an active user within my network from a .NET app? Click to expand... You could issue a net send http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en -us/net_send.mspx http://www.codeproject.com/dotnet/PrataSendMsg.asp
How can I send a system message to an active user within my network from a .NET app? Click to expand... You could issue a net send http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en -us/net_send.mspx http://www.codeproject.com/dotnet/PrataSendMsg.asp
B Bill Nguyen May 22, 2007 #3 I can't get it work on the command line. C:\Documents and Settings\billn>net send billn "this is a test" An error occurred while sending a message to BILLN. The message alias could not be found on the network. More help is available by typing NET HELPMSG 2273. C:\Documents and Settings\billn> Thanks Bill
I can't get it work on the command line. C:\Documents and Settings\billn>net send billn "this is a test" An error occurred while sending a message to BILLN. The message alias could not be found on the network. More help is available by typing NET HELPMSG 2273. C:\Documents and Settings\billn> Thanks Bill