Using Microsoft Internet Controls ,,,

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi EveryBody:

As we know in classic vb we can use win32 api functions to check if the
computer connected to the internet or not.And also to connect to the internet.

My question is Can I Check the connection to the internet or I connect to
the internet in Vb.Net by adding Microsoft Internet Controls as reffrance to
my project instaed of using win32 api ?

If yes how can I do that ?

Any help or redirection will be appreciated

regard's

Husam
 
Husam said:
As we know in classic vb we can use win32 api functions to check if the
computer connected to the internet or not.And also to connect to the
internet.

My question is Can I Check the connection to the internet or I connect to
the internet in Vb.Net by adding Microsoft Internet Controls as reffrance
to
my project instaed of using win32 api ?

AFAIK no, but dialling an internet connection is really easy even with
p/invoke:

<URL:http://dotnet.mvps.org/dotnet/code/net/#InternetDial>
 

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

Back
Top