Link to home
Start Free TrialLog in
Avatar of Motaz
Motaz

asked on

TCP : Select Dial-up connection

How can I connect with deferent servers with deferent Dialup-connection using TCP component without Clicking on that connection.

e.g.
If I have two Dial-up connections one to the server on my university and another in my work I want to select any one of them ( In Delphi ) then make my program establish the connectoin. If I try to do so the Internet connection appear if I try to connect with any server.

Thanks in advance.
Motaz.
Avatar of Motaz
Motaz

ASKER

I use Windows 95
ASKER CERTIFIED SOLUTION
Avatar of dwwang
dwwang

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Motaz

ASKER

My e-mail is motaz1@yahoo.com
RAS component is sent.

By the way, the component itself has nothing to do with TCP component, that is, no matter what component you are using to implement tcp/ip communication, dial-up networking is the same.
Avatar of Motaz

ASKER

Thanks very mush... but you say :
>By the way, the component itself has nothing to do with TCP

what that mean and did this component establish the network connection. I need to use TCP component after this connection.

Motaz.
Avatar of Motaz

ASKER

Is there any help with this component ?

Motaz
Avatar of Motaz

ASKER

Is there any help with this component ?

Motaz
Of course it establishes TCP/IP connection, and then you can use TCP component after that. What I mean is that you can also use other tcp/ip components as well.

I think the component is easy enough to use, just get a phone book entry of win95 and call connect method. We didn't look for any help and have been using it for years with no problem.
Avatar of Motaz

ASKER

Thanks Dwwang. I'll use it in my project in the last year of studing computer system in Sudan university.

Motaz