here is an article from support @ MS showing you how to do what you want:
http://support.microsoft.com/default...&Product=vbNET
You will have to translate it to C# but that is easy using websites like:
http://www.developerfusion.co.uk/uti...btocsharp.aspx
HTH
Ollie Riches
"JoeB" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> How do i connect to the internet in a c# using a dialup connection
> (already created) rather than using a lan connection (w2hich is currently
> does by default) ?
>
> I'm using HttpWebRequsts to do the sending and receiving of data, but it
> always uses the lan connection and doesnt try to dial out etc..
>
>
>
> Joe
>