jeudi 22 mai 2014

c# - copier les fichiers du serveur vers windows mobiles - Stack Overflow


I am creating a windows mobile application in c#. I want to move files from http server to windows mobile. I dont know where and how to start? Can some one tell me ideas and share some links? I am using .net compact framework 3.5




Your windows-mobile consists of a browser application, which is just like a normal browser. You can use it to download files from your http server. For example, goto your windows mobile browser and type:


http://myhttpserver.com/example.zip


assuming example.zip is the file you want to download.



I am creating a windows mobile application in c#. I want to move files from http server to windows mobile. I dont know where and how to start? Can some one tell me ideas and share some links? I am using .net compact framework 3.5



Your windows-mobile consists of a browser application, which is just like a normal browser. You can use it to download files from your http server. For example, goto your windows mobile browser and type:


http://myhttpserver.com/example.zip


assuming example.zip is the file you want to download.


0 commentaires:

Enregistrer un commentaire