VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Close dial-up internet connection. This uses the wininet.dll which comes with Internet Explorer 3

by Anonymous (267 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Thu 14th January 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Close dial-up internet connection. This uses the "wininet.dll" which comes with Internet Explorer 3.X or later, or is available from Microsoft.

API Declarations



Public Declare Function InternetAutodial Lib "wininet.dll" (ByVal dwFlags As Long, ByVal dwReserved As Long) As Long
Public Declare Function InternetAutodialHangup Lib "wininet.dll" (ByVal dwReserved As Long) As Long


Rate Close dial-up internet connection. This uses the wininet.dll which comes with Internet Explorer 3



lResult = InternetAutodialHangup(0&)

Download this snippet    Add to My Saved Code

Close dial-up internet connection. This uses the wininet.dll which comes with Internet Explorer 3 Comments

No comments have been posted about Close dial-up internet connection. This uses the wininet.dll which comes with Internet Explorer 3. Why not be the first to post a comment about Close dial-up internet connection. This uses the wininet.dll which comes with Internet Explorer 3.

Post your comment

Subject:
Message:
0/1000 characters