How can I bring up the dial-up connection box in VB?
N.M.
You can do it with the shell command : Code: shell "c:\my connection",1
shell "c:\my connection",1
http://fcx.org/profile/sebs
Code: Shell "rundll32.exe rnaui.dll,RnaDial " _ & "ConnectionName", vbNormalFocus
Shell "rundll32.exe rnaui.dll,RnaDial " _ & "ConnectionName", vbNormalFocus
Forum Rules