CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 1999
    Posts
    16

    Starting and ending a dial up connection in VB.NET

    I want to create a procedure, that checks for a connection to the internet. If there isn't one open, then it starts up the default dial up connection.

    Once processing has been completed, I want to have a procedure that disconnects the dial up connection.

    I assume I would be using some Win APIs to perform this, but what commands do I need to use?

    Can you help me please?

  2. #2
    Join Date
    Sep 2002
    Location
    Africa
    Posts
    147
    Is this not Spam ?
    Jesus died for my sin and now I am free

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured