Network Connection

J

JJ

Hey All,

I need to test a network connection to local lan using a PDA with
wireless capabilities. I am using c# as app language.
How can I test for connection?


Thanks,

JJ
 
V

Vadim Melnik

Hi,
I need to test a network connection to local lan using a PDA with
wireless capabilities. I am using c# as app language.
How can I test for connection?

Check if SystemInformation.Network helps, it's from System.Windows.Forms
namespace. Don't know whether it's available in .NET Compact Framework.

...
Regards,
Vadim.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top