Click here to Skip to main content
16,005,236 members
Home / Discussions / Mobile
   

Mobile

 
QuestionProblem of SmsOpen for reading an SMS Pin
jidtrawadee9-Jul-07 20:34
jidtrawadee9-Jul-07 20:34 
QuestionSHLoadImageFile Error [modified] Pin
Nicholas Kubiak9-Jul-07 7:45
Nicholas Kubiak9-Jul-07 7:45 
QuestionDraw on whole screen Pin
kimlung6-Jul-07 9:07
kimlung6-Jul-07 9:07 
QuestionWindowsCE hard buttons on devices Pin
martin_hughes6-Jul-07 4:09
martin_hughes6-Jul-07 4:09 
QuestionAbout activesync sample stockpor? Pin
Syouki_kou5-Jul-07 20:23
Syouki_kou5-Jul-07 20:23 
Questionbarcode/laser scanner emulator? Pin
itsKnuckles5-Jul-07 10:58
itsKnuckles5-Jul-07 10:58 
QuestionSending xml files to web service Pin
Sheeba S4-Jul-07 23:49
Sheeba S4-Jul-07 23:49 
AnswerRe: Sending xml files to web service Pin
tuga-x12-Jul-07 1:33
tuga-x12-Jul-07 1:33 
Hi,

I don't think there's a specific method to send a file to a web service on .NET CF, since a Web Service is something you can develop.

You can develop your own Web Service that receives a stream of bytes and writes them down to a file. Once you include a web reference to that Web Service, you can use its' methods. For example:

WebService<br />
 ReceiveFile(bytes[] bytesRead)<br />
<br />
LocalApp<br />
 SendFile()<br />


Where the SendFile() method uses the web service ReceiveFile() method. You would need a Stream to read the local file on SendFile(), and a Stream to write on ReceiveFile().

I hope this makes sense.
QuestionException Handling and Reflection Pin
Sheeba S4-Jul-07 23:46
Sheeba S4-Jul-07 23:46 
QuestionUpgrade ROM Pin
nhoc_conxauxi3-Jul-07 21:26
nhoc_conxauxi3-Jul-07 21:26 
AnswerRe: Upgrade ROM Pin
martin_hughes6-Jul-07 4:56
martin_hughes6-Jul-07 4:56 
QuestionHow to add icon in the taskbar of smartphone windows mobile 5.0 Pin
AshimaWalia3-Jul-07 17:30
AshimaWalia3-Jul-07 17:30 
QuestionWindowsIdentity in CF 2.0 Pin
Talal Sultan3-Jul-07 6:00
Talal Sultan3-Jul-07 6:00 
QuestionConsole app Pin
tuga-x3-Jul-07 1:37
tuga-x3-Jul-07 1:37 
AnswerRe: Console app Pin
Mike Dimmick3-Jul-07 10:25
Mike Dimmick3-Jul-07 10:25 
GeneralRe: Console app [modified] Pin
tuga-x9-Jul-07 4:07
tuga-x9-Jul-07 4:07 
GeneralRe: Console app Pin
tuga-x12-Jul-07 1:07
tuga-x12-Jul-07 1:07 
Questionautomatic Install "sql.wce4.armv4.CAB" wiht Application CAB file Pin
PavanPareta2-Jul-07 23:08
PavanPareta2-Jul-07 23:08 
AnswerRe: automatic Install "sql.wce4.armv4.CAB" wiht Application CAB file Pin
Mike Dimmick3-Jul-07 10:31
Mike Dimmick3-Jul-07 10:31 
GeneralRe: automatic Install "sql.wce4.armv4.CAB" wiht Application CAB file Pin
PavanPareta4-Jul-07 18:01
PavanPareta4-Jul-07 18:01 
QuestionBeginner's question.. please help! Pin
alias_sher2-Jul-07 18:19
alias_sher2-Jul-07 18:19 
QuestionHow to add reference to Microsoft.WindowsMobile.dll? Pin
binnypaul2-Jul-07 16:02
binnypaul2-Jul-07 16:02 
Questionusb-rs232 problem in winows vista?? Pin
Mir_As1-Jul-07 1:14
Mir_As1-Jul-07 1:14 
QuestionData Access Application Block Pin
Vertyg029-Jun-07 5:50
Vertyg029-Jun-07 5:50 
QuestionHow to send keystroke in compact framework 2.0? Pin
scoroop27-Jun-07 21:13
scoroop27-Jun-07 21:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.