How do I copy files to Memor X3 from Wndows OS by C# code app?

Helo,
I’m from Hungary. I like to copy txt files to Memor X3 programatically in C# under Win 10. Can I do this some manner? Please, send me any imformation about this.

Best retgards
Gyozo Karsai
Developer
NextSoftware Kft., hungary

Hello Gyozo_Karsai
Windows CE devices communicate with Windows 10 through Windows Mobile Device Center (WMDC) service.
This service is based on WinCE RAPI (Remote API), which unfortunately is ANSI C, Win32 interface. Microsoft official documentation is available here:
https://docs.microsoft.com/en-us/previous-versions/windows/embedded/aa513321(v=msdn.10)

For simplifying the RAPI programming on .NET environment, you can rely on some good thirdparty wrapper.
For example, you may use something like RAPI2 from CodePlex:
http://rapi2.codeplex.com/

Or the popular OpenNetCF Desktop Communications Library:
http://www.opennetcf.com/FreeSoftware/DesktopCommunication/tabid/90/Default.aspx

CodeProject also provides a good series of article showing how to manage Handheld Devices from Desktop apps. A first link is available here below.

Regards
Simone Callegari
Mobile Computer Specialist Support L3 Engineer | Datalogic
.

Helo Simone_Callegary,

thanks for your rapid and perfect answere.

(kgy)