Sep 11th, 2000, 04:16 AM
Hi,
I have a problem with VB and Microsoft Access. I want to call different Internet Service Providers (ISPs) with different phone numbers.
Right now I use the following Code to call the ISP:
Shell "rundll32.exe rnaui.dll,RnaDial " & strConnectName, 0
The problem is that I need to have the Connection (with the name of "strConnectName") define before I call the ISP.
Is there any possibility to pass the number of the ISP to a function and establish the connection???
best regards
Simon
I have a problem with VB and Microsoft Access. I want to call different Internet Service Providers (ISPs) with different phone numbers.
Right now I use the following Code to call the ISP:
Shell "rundll32.exe rnaui.dll,RnaDial " & strConnectName, 0
The problem is that I need to have the Connection (with the name of "strConnectName") define before I call the ISP.
Is there any possibility to pass the number of the ISP to a function and establish the connection???
best regards
Simon