how can i start an internet connection from my prog ?
thanks
Printable View
how can i start an internet connection from my prog ?
thanks
Code:Dim res
res = Shell("rundll32.exe rnaui.dll,RnaDial " _ & "connection_name", 1)
I know this code but it doesn't work with Win2000