[vb 2.0] use of web in winforms

dg78

Member
Joined
Jul 12, 2006
Messages
10
Programming Experience
Beginner
Hi,

I want to use web inside a winform application in vb.net 2.0 (to send e-mails, to go on a website ..).

So, I display “connect to web” or “disconnect to web” in the statusbar.
I can do that (display and read if connection is On or Off).

What I can’t do is :
- run the connection to the web from the winform. I do that in windows XP Pro with ‘configuration panel’ (sorry I translate from my French windows version) then ‘servers connection’ then I run ‘local Server Connection’. With that procedure, I activate the Ethernet card.
How can I do that with vb.net, by ProcessStart or WMI ? but what is the name of the process or windows services.
- shut down the web connexion
- intercept the event that says : the web connexion is On or is Off.

Could you help me ?

Thanks in advance.

Dominique
 
Back
Top