Connect to the Interent Using DialUp
Connect to the Interent Using "DialUp"
Rate Connect to the Interent Using DialUp
(1(1 Vote))
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
Connect to the Interent Using DialUp Comments
No comments yet — be the first to post one!
Post a Comment