Vb.Net可以这样做吗? [英] Can Vb.Net do this?

查看:68
本文介绍了Vb.Net可以这样做吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的用户使用内置无线以太网卡连接到我们的

无线路由器,并从我们的路由器后面上网并使用

无线Sprint卡在不在办公室时连接到互联网。


我需要能够检测到他何时从办公室连接到什么时候?
通过Sprint卡连接。


监控本地连接的状态可能不是最好的解决方案,因为他可能会用它来连接热点在办公室外面和

我需要具体了解他是否在办公室(AT& T / Bellsouth

DSL)或AT& T /上的另一个热点连接Bellsouth DSL网络。


有什么想法吗?任何示例代码?


谢谢!

I have a user that uses a built-in wireless ethernet card to connect to our
wireless router and surf the internet from behind our router and uses a
wireless Sprint card to connect to the internet when not in the office.

I need to be able to detect when he is connected from the office and when he
is connected via the Sprint card.

Monitoring the status of the Local Area Connection may not be the best
solution because he may use it to connect at hotspots outside the office and
I need to know specifically if he is connected at the office (AT&T/Bellsouth
DSL) or to another hotspot on the AT&T/Bellsouth DSL network.

Any ideas? Any sample code?

Thanks!

推荐答案

是的......我知道.....这是一个CSharp组....但我也可以使用你的帮助。

我可以转换CSharp代码(我想),如果你知道任何可以帮助我的话。

这样做。


感谢您的帮助!

" jim" < ji*@yourpc.eduwrote in message

news:y _ ***************** @ bignews3.bellsouth.net ...
Yeah...I know.....this is a CSharp group....but I could use your help too.
I can convert the CSharp code ( I think) if you know of any that can help me
do this.

Thanks for you help!
"jim" <ji*@yourpc.eduwrote in message
news:y_*****************@bignews3.bellsouth.net...

>我有一个用户使用内置的无线以太网卡连接到我们的无线路由器并从我们的路由器后面上网并使用<无线Sprint卡在不在办公室时连接到互联网。


我需要能够检测到他何时从办公室连接以及什么时候

他通过Sprint卡连接。


监控本地连接的状态可能不是最好的解决方案,因为他可能会使用它在办公室以外的热点处连接

我需要特别知道他是否在办公室连接了

(AT& T / Bellsouth DSL)或另一个热点。 AT& T / Bellsouth DSL

网络。


有什么想法吗?任何示例代码?


谢谢!

>I have a user that uses a built-in wireless ethernet card to connect to our
wireless router and surf the internet from behind our router and uses a
wireless Sprint card to connect to the internet when not in the office.

I need to be able to detect when he is connected from the office and when
he is connected via the Sprint card.

Monitoring the status of the Local Area Connection may not be the best
solution because he may use it to connect at hotspots outside the office
and I need to know specifically if he is connected at the office
(AT&T/Bellsouth DSL) or to another hotspot on the AT&T/Bellsouth DSL
network.

Any ideas? Any sample code?

Thanks!



如果我理解正确的话,,


你需要知道一个人是否从你的办公室连接到互联网

或在其他地方


这很简单,只需检查您的Intranet中的已知位置是否可用
可用

(例如通过ping)

: - 或者我想简单


" jim"写道:
if i understand you correctly ,,

You need to know if a person is connected from your office to the internet
or at another place

this is pretty simple , just check if a known location at your intranet is
availlable
( for instance by pinging )
:-) or am i thinking to simple

"jim" wrote:

我有一个用户使用内置无线以太网卡连接到我们的

无线路由器并从上网冲浪在我们的路由器后面,并且当不在办公室时使用

无线Sprint卡连接到互联网。


我需要能够检测到他什么时候从办公室连接,当他通过Sprint卡连接
时。


监控本地连接的状态可能不是最好的

解决方案,因为他可以用它来连接办公室外的热点和

我需要特别知道他是否在办公室连接(AT& T / Bellsouth

DSL)或AT& T / Bellsouth DSL网络上的另一个热点。


有什么想法吗?任何示例代码?


谢谢!
I have a user that uses a built-in wireless ethernet card to connect to our
wireless router and surf the internet from behind our router and uses a
wireless Sprint card to connect to the internet when not in the office.

I need to be able to detect when he is connected from the office and when he
is connected via the Sprint card.

Monitoring the status of the Local Area Connection may not be the best
solution because he may use it to connect at hotspots outside the office and
I need to know specifically if he is connected at the office (AT&T/Bellsouth
DSL) or to another hotspot on the AT&T/Bellsouth DSL network.

Any ideas? Any sample code?

Thanks!


不知道你是否连接到两个不同的类型的

连接...只会告诉你是否有互联网连接或

可以到达服务器;)但这可能适用于他,从来没有

外部ping也..所以在我们的情况下ping不会工作但是这不是我们:)


M。 Posseth" < MP ****** @ discuss.microsoft.com写信息

新闻:F2 ********************** ************ @ microsof t.com ...
that wouldn''t tell if you are connected to two different types of
connections... that would just tell you if you had an internet connection or
could reach a server ;) but that could work in this instance for him, never
know.. in our office though we have pinging disabled internally.. and
external pings also.. so in our case ping wouldnt work but this isnt us :)

"M. Posseth" <MP******@discussions.microsoft.comwrote in message
news:F2**********************************@microsof t.com...

如果我理解正确的话,

你需要知道一个人是否从你的办公室连接到互联网

或在其他地方


这很简单,只是检查你的内联网上的已知位置是否可用

availlable

(例如通过ping)


:-)或我是想简单



" jim"写道:
if i understand you correctly ,,

You need to know if a person is connected from your office to the internet
or at another place

this is pretty simple , just check if a known location at your intranet is
availlable
( for instance by pinging )
:-) or am i thinking to simple

"jim" wrote:

>我有一个用户使用内置的无线以太网卡连接到我们的
无线路由器并冲浪从我们的路由器后面上网,并在不在办公室时使用
无线Sprint卡连接到互联网。

我需要能够检测他何时从办公室连接到何时
他通过Sprint卡连接。

监控本地连接的状态可能不是最好的解决方案,因为他可能会用它来连接办公室外的热点

我需要具体了解他是否在办公室(AT& T / Bellsouth
DSL)或AT& T上的另一个热点连接/ Bellsouth DSL网络。

任何想法?任何示例代码?

谢谢!
>I have a user that uses a built-in wireless ethernet card to connect to
our
wireless router and surf the internet from behind our router and uses a
wireless Sprint card to connect to the internet when not in the office.

I need to be able to detect when he is connected from the office and when
he
is connected via the Sprint card.

Monitoring the status of the Local Area Connection may not be the best
solution because he may use it to connect at hotspots outside the office
and
I need to know specifically if he is connected at the office
(AT&T/Bellsouth
DSL) or to another hotspot on the AT&T/Bellsouth DSL network.

Any ideas? Any sample code?

Thanks!



这篇关于Vb.Net可以这样做吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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