How can I bring up the dial-up connection box in VB?
Printable View
How can I bring up the dial-up connection box in VB?
You can do it with the shell command :
Code:shell "c:\my connection",1
Code:Shell "rundll32.exe rnaui.dll,RnaDial " _
& "ConnectionName", vbNormalFocus