Copyright © WANNACRACK.COM. All Rights Reserved
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Category
Latest Update
11/3/2020
Rating
Report
TMS CETools has 13 components for seamless communication between Delphi applications and Pocket PCs.
TCESystemInfo: Retrieves system information TCeregistry: Ability to write and read in the Pocket PC registry TCEFindFile: Ability to find files on Pocket PC TCEFileOperations: copy, transfer, delete files on Pocket PC and between Pocket PC and desktop PC
It should be noted that copying multiple files between Pocket PCs and desktops is another feature of this component.
TCEDatabaseOperations: Convert / transfer MDB files Access cdb files of Pocket PC and vice versa TCEDatabase: Access Pocket PC databases TCECcontacts: Access the Pocket PC contacts database TCEAppointments: Access to the Pocket PC Database TCETasks: Access the Pocket PC task database TCECategories: Access the Pocket PC category list TCERunApp: Runs a desktop application on a Pocket PC TCEShortCut: Create shortcuts from desktop to Pocket PC TCERemoteFunction: calls remote DLL functions on a Pocket PC
Support for PocketPC 2002, PocketPC 2003, Windows Mobile 5 *, 6 *
The important point for using smartphones to access the smartphone database via desktop computer through TMS CETools is to have full access to RAPI, which can be done with the RAPIPolicy tool.
To run a CAB file in PocketPC from a desktop computer, the TCERunApp component can be used as follows:
CERunApp.ApplicationName: = \ Windows \ wceload.exe; CERunApp.CommandLine: = \ My Documents \ MyApp.CAB ; CERunApp.Run;
Delphi 5, 6, 7, 2007, 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10 Seattle, 10.1 Berlin, Tokyo
Programmers know better
Download
Comments
Similar