PDA

Click to See Complete Forum and Search --> : Internet connection


ATBzzz
Aug 24th, 2000, 08:46 AM
how can i start an internet connection from my prog ?

thanks

Dim
Aug 24th, 2000, 07:24 PM
Dim res
res = Shell("rundll32.exe rnaui.dll,RnaDial " _ & "connection_name", 1)

ATBzzz
Aug 25th, 2000, 06:11 AM
I know this code but it doesn't work with Win2000