chris-s
Tue Oct 05 03:09:15 CDT 2004
Depends somewhat on how you are interfacing to the RAS api, ie thru a
third party library, your own dll or just allowing PPC to establish
the connection intelligently. Basically, the "RASDial" method in the
api will take a 'profile name' as a property within a 'rasDialParams'
structure that is passed to it.
Try this link for more info...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/html/wcesdkrRasDial.asp
Chris.
nzpcmad@yahoo.co.uk (nzpcmad) wrote in message news:<fbd8029b.0410041229.52503c70@posting.google.com>...
> I used to have just one dial-up profile on my CE handheld and RasDial
> worked fine. I now want to add some more which will use different
> profiles. How do I programmatically pick between them?
>
> I have a number of different applications on the handheld and they
> need to access different backends using Web services. Each backend has
> a different phone number (profile).
>
> Many thanks