使用 C# 在连接到我的网络的所有计算机中打开 Window
问题是我必须开发一个简单的解决方案,其中我有一个数据库,其中包含我们城市的餐馆名称及其项目,并且我们有一个超过 100 台电脑连接到它的网络,我想做的是任何人都可以开始订购并发送到同一网络上的所有机器,就像一个弹出窗口,其中带有餐厅名称,就像我从餐厅订购的旗帜一样,并通过设置餐食数量和名称以及任何一个刷新来共享订单奥德将看到新项目添加到订单中任何帮助、链接或文章都会很好
the question is i have to develop a simple solution where i have a database contain the name of restaurants in our city and it's items and we have a network more than 100 pc's connected to it what i want to do is any one can start an order and send to all the machines on the same network like a pop up window with the name of the restaurant like a flag that i am ordering from a restaurant and share in the order by setting number of meals and the name of it and any one refresh the Oder will see the new items added to the order any help ,links or articles will be good
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我首先想说的是,这听起来是一个非常糟糕的主意。但这不是我的决定。解决方案的最佳方向是您应该使用拉式而不是推式 - 即在每台计算机上安装一些东西并让它们拉取信息。
推送信息的真正问题在于,有很多工具可以阻止这种想法(这是非常正确的)。使用 Net Send 等工具来共享餐厅选择是网络滥用,如果我负责该网络,我会禁止它。
The first think I would say is that this sounds like a really bad idea. But that is not my call. The best direction of a solution is that you should use pull not push - that is install something on every computer and let them pull information.
The real problem with pushing information is that there are a lot of tools that stop this sort of think ( quite rightly ). Using tools like Net Send to share restaurant selections is network abuse, and if I was in charge of the network I would ban it.