acessing GPRS direct from C#

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
 
N

Neil Cowburn [MVP]

You will need to P/Invoke to the Connection Manger APIs. Check the Pocket PC
SDK for more information.

--Neil
 
D

David Topps

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top