T Timothy V Oct 8, 2003 #1 Hi, Does anyone know how to dial a connection to the internet in C#? Thanks, Tim.
N Nicholas Paldino [.NET/C# MVP] Oct 8, 2003 #2 Timothy, You will have to call the InternetDial or the InternetAutoDial function in the WinInet library though the P/Invoke layer. Hope this helps.
Timothy, You will have to call the InternetDial or the InternetAutoDial function in the WinInet library though the P/Invoke layer. Hope this helps.
T Timothy V Oct 9, 2003 #3 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. Click to expand... Click to expand...
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. Click to expand... Click to expand...