Internet dialing

  • Thread starter Thread starter Timothy V
  • Start date Start date
Timothy,

You will have to call the InternetDial or the InternetAutoDial function
in the WinInet library though the P/Invoke layer.

Hope this helps.
 
Hi,
I'm not quite sure what u mean by P/Invoke layer. Could you maybe give me
an example?

Much appreciated.


Nicholas Paldino said:
Timothy,

You will have to call the InternetDial or the InternetAutoDial function
in the WinInet library though the P/Invoke layer.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot)paldino=at=exisconsulting<dot>com

Timothy V said:
Hi,
Does anyone know how to dial a connection to the internet in C#?

Thanks,

Tim.
 
Back
Top