等价的NET SEND? [英] Equilvalent NET SEND ?

查看:98
本文介绍了等价的NET SEND?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将VB6程序移植到.NET C#

VB6程序中有一个NET SEND命令。只是想知道在框架中是否有类似的东西。


谢谢。

I am porting an VB6 program to .NET C#
There is a NET SEND command in the VB6 program. Just wondering if there is
any thing similar in the framework.

Thanks.

推荐答案

VB6程序中有一个NET SEND命令。只是想知道是否有


" net send"本机(嗯)在VB6中对我来说很新,以为我得到了所有,但是

系统(net send .... yada yada

有些东西可能有效..在cs中 - 调用旧的黑色屏幕

命令...看起来那就是你在做什么...

不希望广播对vlans起作用...


// CY
There is a NET SEND command in the VB6 program. Just wondering if there is

"net send" native (hmm) New to me in VB6, thought i got it all, but
system("net send....yada yada
something might work... in cs - invoking the old black screen
commands... looks that thats what u been doing...
dont be hoping broadcasts will work on vlans...

//CY


Phil,


没有NET VB6中的SEND命令。相反,您可能在VB6中使用Shell函数执行该操作。


在.NET中,您将使用Process类传递执行NET

发送。

-

- Nicholas Paldino [.NET / C#MVP]

- mv*@spam.guard.caspershouse.com

" Phil Hunt" ;< phung1010(删除此内容)@ hotmail.comwrote in message

news:uR ************** @ TK2MSFTNGP03.phx.gbl ...
Phil,

There isn''t a NET SEND command in VB6. Rather, you are probably
executing that using the Shell function in VB6.

In .NET you would use the Process class to pass that to execute NET
SEND.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Phil Hunt" <phung1010(remove this)@hotmail.comwrote in message
news:uR**************@TK2MSFTNGP03.phx.gbl...

>我正在移植一个VB6程序o .NET C#

VB6程序中有一个NET SEND命令。只是想知道在框架中是否有类似的东西。


谢谢。
>I am porting an VB6 program to .NET C#
There is a NET SEND command in the VB6 program. Just wondering if there is
any thing similar in the framework.

Thanks.



为什么要通过应用程序进行NET发送?这不是有点冒险吗?

为什么不发送电子邮件或其他东西,NET SEND可以发送到你的

网络上的每个人。

" Phil Hunt" < phung1010(删除此内容)@ hotmail.comwrote in message

news:uR ************** @ TK2MSFTNGP03.phx.gbl ...
Why would you do a NET Send via an application? Isn''t that a little risky?
Why not send an email or something, a NET SEND can go to everyone on your
network.
"Phil Hunt" <phung1010(remove this)@hotmail.comwrote in message
news:uR**************@TK2MSFTNGP03.phx.gbl...

>我正在将VB6程序移植到.NET C#

VB6程序中有一个NET SEND命令。只是想知道在框架中是否有类似的东西。


谢谢。
>I am porting an VB6 program to .NET C#
There is a NET SEND command in the VB6 program. Just wondering if there is
any thing similar in the framework.

Thanks.



这篇关于等价的NET SEND?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆