Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is possible to run VFP app on pocket pc
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00942654
Message ID:
00942695
Views:
18
Hi Soykan,

VFP application can exchange data with Pocket PC (Windows CE based device) in following ways:

- create, modify and delete files on Pocket PC
- copy files from Pocket PC to computer
- copy files from computer to Pocket PC
- modify System Registry of Pocket PC
- access Pocket PC databases like Contacts or Tasks
- start applications on Pocket PC

On my web site there are several Pocket PC classes implementing this functionality. This part of API is called Remote Application Programming and allows to invoke some Windows CE calls remotely:

Pocket PC: custom RAPI class for operating with files and folders on mobile device
http://www.news2news.com/vfp/?example=448

Pocket PC: custom RAPI class for operating with the System Registry
http://www.news2news.com/vfp/?example=441

Pocket PC: custom RAPI class for operating with the Object Store Databases
http://www.news2news.com/vfp/?example=445

Pocket PC: custom RAPI class for executing routines on remote Windows CE device
http://www.news2news.com/vfp/?example=466

You can not use VFP to create application running on Pocket PC.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform