VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Connect to the Interent Using DialUp

by Gyro Software (1 Submission)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 2nd March 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Connect to the Interent Using "DialUp"

Rate Connect to the Interent Using DialUp



Check Modem,Connected
if Modem = false then
DisConnect
Else
RunFile= C:\DialUp\C.dll"
RunFile= C:\DialUp\CPN.acc"
PN = AskPhone
Dial PN
On dial, closeRunFile
end if
End Sub

Private Sub Form_unload()
RunFile= C:\DialUp\DC.dll"
RunFile= C:\DialUp\DCPN.acc"
End Sub

Download this snippet    Add to My Saved Code

Connect to the Interent Using DialUp Comments

No comments have been posted about Connect to the Interent Using DialUp. Why not be the first to post a comment about Connect to the Interent Using DialUp.

Post your comment

Subject:
Message:
0/1000 characters