G
Guest
I used the following code but it does not disconnect the automatic dialup. Can anybody help
Private Declare Function InternetAutodialHangup Lib "wininet.dll"
(ByVal dwReserved As Long) As Lon
Public Sub HangUp(
'To disconnect an automatically dialled connectio
InternetAutodialHangup(0
End Su
Private Declare Function InternetAutodialHangup Lib "wininet.dll"
(ByVal dwReserved As Long) As Lon
Public Sub HangUp(
'To disconnect an automatically dialled connectio
InternetAutodialHangup(0
End Su