VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Automatically calls up Dial Up Networking and Clicks Connect

by T-REX Software (14 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 24th March 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Automatically calls up Dial Up Networking and "Clicks" Connect

Rate Automatically calls up Dial Up Networking and Clicks Connect




Dim X
'"MyConnectionsName" is the name under the icon in Dial-up Networking
X = Shell("rundll32.exe rnaui.dll,RnaDial " & "MyConnectionsName", 1)
DoEvents
'You can type in your password before the { below.
SendKeys "{enter}", True
DoEvents
'End Sub

Download this snippet    Add to My Saved Code

Automatically calls up Dial Up Networking and Clicks Connect Comments

No comments have been posted about Automatically calls up Dial Up Networking and Clicks Connect. Why not be the first to post a comment about Automatically calls up Dial Up Networking and Clicks Connect.

Post your comment

Subject:
Message:
0/1000 characters