VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Dial Internet using Dial Up Networking (DUN) to connect. This uses the wininet.dll which comes wi

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)

Dial Internet using Dial Up Networking (DUN) to connect. This uses the "wininet.dll" which comes with Internet Explorer 3.X or later, or is

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 Dial Internet using Dial Up Networking (DUN) to connect. This uses the wininet.dll which comes wi



lResult = InternetAutodial(Internet_Autodial_Force_Unattended, 0&)

Download this snippet    Add to My Saved Code

Dial Internet using Dial Up Networking (DUN) to connect. This uses the wininet.dll which comes wi Comments

No comments have been posted about Dial Internet using Dial Up Networking (DUN) to connect. This uses the wininet.dll which comes wi. Why not be the first to post a comment about Dial Internet using Dial Up Networking (DUN) to connect. This uses the wininet.dll which comes wi.

Post your comment

Subject:
Message:
0/1000 characters