How can i open a dial-up networking dialog using my VB application?
(On
Windows Xp)
Printable View
How can i open a dial-up networking dialog using my VB application?
(On
Windows Xp)
I found this, not sure about XP (Ok on WinME); its bare bones, but a place to start:
VB Code:
Private Sub Command1_Click() Shell "rundll32.exe rnaui.dll,RnaDial connection_name", 1 End Sub
Do a search using KeyWords: "dial up"
Bruce.