Search Tools Links Login

Hangup the Internet Connection with 2 lines of code


Visual Basic 6, or VB Classic

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 92 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.