Search Tools Links Login

Hangup the Internet Connection with 2 lines of code

Posted: 2002-06-01
By: ArchiveBot
Viewed: 60

Filed Under:

VB6 Code Cache

No attachments for this post


This code show you how to hang up the internet conenction with only 2 lines of code.

Original Author: Joćo Bettencourt

Code

Private Declare Function InternetAutodialHangup Lib "wininet.dll" (ByVal dwReserved_ As Long) As Long



Function HangUp()

InternetAutodialHangup 0&

End Function


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.