http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.networkchange.aspx
I am trying the vb.net example from above link. But it does not work for
me.
Does it atall works. Is it working for anybody.

I am using framework 2.0, Windowx XP

Steve.

Re: NetworkChange does not work by Norman

Norman
Fri Jun 09 19:13:39 CDT 2006

It works for me. I just developed a smart client, in which I detect network
availability on the startup.

Here is a link to an article/sample, which gives me a good start point.

http://msdn.microsoft.com/coding4fun/inthebox/mobile2/default.aspx


"Steve, Putman" <Steve@noemailcom> wrote in message
news:OeWymEAjGHA.1260@TK2MSFTNGP05.phx.gbl...
> http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.networkchange.aspx
> I am trying the vb.net example from above link. But it does not work for
> me.
> Does it atall works. Is it working for anybody.
>
> I am using framework 2.0, Windowx XP
>
> Steve.
>
>



Re: NetworkChange does not work by Steve,

Steve,
Mon Jun 12 09:58:11 CDT 2006

I want to fire the event everytime network connection goes off or on.
I am following the example but it never goes to those eventswhen I remove my
network connection.

Are you using windows application.

Thanks, Steve


"Norman Yuan" <NotReal@NotReal.not> wrote in message
news:uOuo7JCjGHA.3440@TK2MSFTNGP02.phx.gbl...
> It works for me. I just developed a smart client, in which I detect
> network availability on the startup.
>
> Here is a link to an article/sample, which gives me a good start point.
>
> http://msdn.microsoft.com/coding4fun/inthebox/mobile2/default.aspx
>
>
> "Steve, Putman" <Steve@noemailcom> wrote in message
> news:OeWymEAjGHA.1260@TK2MSFTNGP05.phx.gbl...
>> http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.networkchange.aspx
>> I am trying the vb.net example from above link. But it does not work for
>> me.
>> Does it atall works. Is it working for anybody.
>>
>> I am using framework 2.0, Windowx XP
>>
>> Steve.
>>
>>
>
>



Re: NetworkChange does not work by Norman

Norman
Mon Jun 12 15:20:23 CDT 2006

Yes, my app is win form app. I have an icon on the status bar to show
network availability. It works well: I plug and unplug the cable to my
computer, the icon changes accordingly. The code is nearly identical to the
sample code in that article.

"Steve, Putman" <Steve@noemailcom> wrote in message
news:ee9ugCjjGHA.4344@TK2MSFTNGP05.phx.gbl...
>I want to fire the event everytime network connection goes off or on.
> I am following the example but it never goes to those eventswhen I remove
> my network connection.
>
> Are you using windows application.
>
> Thanks, Steve
>
>
> "Norman Yuan" <NotReal@NotReal.not> wrote in message
> news:uOuo7JCjGHA.3440@TK2MSFTNGP02.phx.gbl...
>> It works for me. I just developed a smart client, in which I detect
>> network availability on the startup.
>>
>> Here is a link to an article/sample, which gives me a good start point.
>>
>> http://msdn.microsoft.com/coding4fun/inthebox/mobile2/default.aspx
>>
>>
>> "Steve, Putman" <Steve@noemailcom> wrote in message
>> news:OeWymEAjGHA.1260@TK2MSFTNGP05.phx.gbl...
>>> http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.networkchange.aspx
>>> I am trying the vb.net example from above link. But it does not work
>>> for me.
>>> Does it atall works. Is it working for anybody.
>>>
>>> I am using framework 2.0, Windowx XP
>>>
>>> Steve.
>>>
>>>
>>
>>
>
>



Re: NetworkChange does not work by Steve,

Steve,
Tue Jun 13 10:07:55 CDT 2006

Thanks Yuan,
Can you please send me your code. Because it does not work for me. I want to
see what I have missed.

Thanks again, Steve

"Norman Yuan" <NotReal@NotReal.not> wrote in message
news:uC89h1ljGHA.4748@TK2MSFTNGP04.phx.gbl...
> Yes, my app is win form app. I have an icon on the status bar to show
> network availability. It works well: I plug and unplug the cable to my
> computer, the icon changes accordingly. The code is nearly identical to
> the sample code in that article.
>
> "Steve, Putman" <Steve@noemailcom> wrote in message
> news:ee9ugCjjGHA.4344@TK2MSFTNGP05.phx.gbl...
>>I want to fire the event everytime network connection goes off or on.
>> I am following the example but it never goes to those eventswhen I remove
>> my network connection.
>>
>> Are you using windows application.
>>
>> Thanks, Steve
>>
>>
>> "Norman Yuan" <NotReal@NotReal.not> wrote in message
>> news:uOuo7JCjGHA.3440@TK2MSFTNGP02.phx.gbl...
>>> It works for me. I just developed a smart client, in which I detect
>>> network availability on the startup.
>>>
>>> Here is a link to an article/sample, which gives me a good start point.
>>>
>>> http://msdn.microsoft.com/coding4fun/inthebox/mobile2/default.aspx
>>>
>>>
>>> "Steve, Putman" <Steve@noemailcom> wrote in message
>>> news:OeWymEAjGHA.1260@TK2MSFTNGP05.phx.gbl...
>>>> http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.networkchange.aspx
>>>> I am trying the vb.net example from above link. But it does not work
>>>> for me.
>>>> Does it atall works. Is it working for anybody.
>>>>
>>>> I am using framework 2.0, Windowx XP
>>>>
>>>> Steve.
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: NetworkChange does not work by Steve,

Steve,
Tue Jun 13 10:56:23 CDT 2006

Now it works for me.

Thanks Yuan,
Steve

"Steve, Putman" <Steve@noemailcom> wrote in message
news:eHFea9vjGHA.3440@TK2MSFTNGP02.phx.gbl...
> Thanks Yuan,
> Can you please send me your code. Because it does not work for me. I want
> to see what I have missed.
>
> Thanks again, Steve
>
> "Norman Yuan" <NotReal@NotReal.not> wrote in message
> news:uC89h1ljGHA.4748@TK2MSFTNGP04.phx.gbl...
>> Yes, my app is win form app. I have an icon on the status bar to show
>> network availability. It works well: I plug and unplug the cable to my
>> computer, the icon changes accordingly. The code is nearly identical to
>> the sample code in that article.
>>
>> "Steve, Putman" <Steve@noemailcom> wrote in message
>> news:ee9ugCjjGHA.4344@TK2MSFTNGP05.phx.gbl...
>>>I want to fire the event everytime network connection goes off or on.
>>> I am following the example but it never goes to those eventswhen I
>>> remove my network connection.
>>>
>>> Are you using windows application.
>>>
>>> Thanks, Steve
>>>
>>>
>>> "Norman Yuan" <NotReal@NotReal.not> wrote in message
>>> news:uOuo7JCjGHA.3440@TK2MSFTNGP02.phx.gbl...
>>>> It works for me. I just developed a smart client, in which I detect
>>>> network availability on the startup.
>>>>
>>>> Here is a link to an article/sample, which gives me a good start point.
>>>>
>>>> http://msdn.microsoft.com/coding4fun/inthebox/mobile2/default.aspx
>>>>
>>>>
>>>> "Steve, Putman" <Steve@noemailcom> wrote in message
>>>> news:OeWymEAjGHA.1260@TK2MSFTNGP05.phx.gbl...
>>>>> http://msdn2.microsoft.com/en-us/library/system.net.networkinformation.networkchange.aspx
>>>>> I am trying the vb.net example from above link. But it does not work
>>>>> for me.
>>>>> Does it atall works. Is it working for anybody.
>>>>>
>>>>> I am using framework 2.0, Windowx XP
>>>>>
>>>>> Steve.
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>