acessing GPRS direct from C#

  • Thread starter Thread starter cle
  • Start date Start date
C

cle

Hi all,
I'm developing an PPC application which needs to get some
files via ftp from a server.
When I start the connection manually before I start my
application it works fine.
How can I start the GPRS connection within the
CompactFramework code written in C# ?
tia
cle
 
You will need to P/Invoke to the Connection Manger APIs. Check the Pocket PC
SDK for more information.

--Neil
 
I have a simpler solution. I just test to see if I can reach a web address -
doesn't matter what it is (www.msdn.com) - this gives a success/failure
flag...but it also makes the GPRS connection invoke automatically.

dt
 
Back
Top