简体   繁体   English

通过局域网在计算机上显示消息

[英]Displaying message on a computer over LAN

How can I display a message (Using vb.net) on a computer that is attached through LAN? 如何在通过LAN连接的计算机上显示消息(使用vb.net)? Can I use IP Address of that computer: How? 我可以使用该计算机的IP地址吗?

Please give me code sample. 请给我代码示例。

Thanks Furqan 感谢Furqan

You should use the shell command "net send". 您应该使用shell命令“ net send”。 There's an example on CodeProject. 在CodeProject上有一个示例。

http://www.codeproject.com/KB/vb/CfSimpleSendComp.aspx http://www.codeproject.com/KB/vb/CfSimpleSendComp.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM