Directly Access To Filesystem?

  • Thread starter Thread starter Wiederanders
  • Start date Start date
W

Wiederanders

Hello NG,

I am a hobby programmer and i am trying to send a file between a
vb.net application on a pc and a vb.net application on windows mobile.

The only way i know is to save the file form my pc app in the folder
on the pc wich is syncronized by active sync.

That is not good, because i don't know if the file is really
transferd. I can't even see if the handy is connected to the pc.
Further i have problems with file conversion and so on.

Is there no way do directly send a file to a mobile system, if it is
connected? I found nothing about it on msdn.

Greets from Europe

Niels Wiederanders
 
Niels,

Ask google to show something about "RAPI", then have a look at
OpenNetCF.Desktop.Communication library.

Mehmet Avsar
 
Ask google to show something about "RAPI", then have a look at
OpenNetCF.Desktop.Communication library.

Thank you for that information, but RAPI dosn't work with windows
vista! :-(
 
Back
Top