标签: c# winforms communication lan
在我的应用程序中,我保留了一个消息服务,因为我必须从一台PC向另一台通过LAN连接的PC发送消息。
例如: 当一个人从数据库中删除记录时,消息必须闪存高级权限 “记录由Mr.XXXX删除” 怎么做,有什么建议吗?
答案 0 :(得分:0)
套接字或net send msg
net send msg
Here,同样的问题(在其他论坛中)。我希望它可以帮助你。
答案 1 :(得分:0)
尝试WCF:
http://blogs.msdn.com/b/tomholl/archive/2008/05/17/building-a-pub-sub-message-bus-with-wcf-and-msmq.aspx