SecureTrial allows developers to create fully-functional trial versions of their .NET Compact Framework applications. When you add SecureTrial to your C#.NET or Visual Basic .NET program, users are given a trial period during which to evaluate the program. After this period expires, they must purchase the full version or enter a registration code to continue to use the program.
Why SecureTrial?
SecureTrial pays for itself. Here's how.
Saves time. Properly developing and testing a custom trial solution takes weeks. SecureTrial can be up and running with your application in under an hour.
Increases sales. Providing a free trial version ensures more users will see and purchase your application.
Professional. SecureTrial's dialogs integrate seamlessly with your application.
Secure. SecureTrial defeats unauthorized attempts to bypass the trial period.
Features
Add rock-solid trial version support to your Pocket PC applications with a single method call.
Designed from the ground up to defeat unauthorized attempts to bypass the trial period. Information relating to the trial period is stored in redundant, hidden, encrypted locations on the Pocket PC and cannot be defeated by traditional methods such as resetting the system clock.
Thoroughly documented. How-to articles and example code are available for C#.NET and VB.NET.
Supports RPN strings to generate dynamic registration codes. This registration method is supported by Handango, PocketGear, and other major Pocket PC software retailers.
The SecureTrial assembly is obfuscated, encrypted, and strong named to ensure it cannot be modified, replaced, or reverse-engineered. Uses the MD5 hash and Blowfish encryption algorithms for maximum security.
Freely redistributable binaries. No additional license fees.
Example Code
The following code is all that is required to turn your application into a fully-functional trial version:
// Instantiate the SecureTrial object SecureTrial secureTrial = new SecureTrial("SampleApp", 30, "sampleapp.com", "0868261eb49eaa0dc1410053ad6aca66");
// Check the trial period, display dialog, and exit if the trial has expired if (!secureTrial.CheckTrialPeriod()) { this.Close(); }
For detailed examples, documentation, and step-by-step instructions to add SecureTrial to a Visual Basic .NET or C#.NET application, visit our website at http://www.kolsoft.com.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Pocket PC 2002, Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional
JWMD ExceptionBox An ExceptionBox (window) for applications in case something went wrong
PocketHTML PocketHTML is a simple HTML editor for "takeaway";. It provides predefined tag-shortcuts and an intern preview. Also it got a build in "check for update" functionality. The software is just at the beginning of development, so many features should follow by the time
CEAPI - Windows CE API interface for PocketC CEAPI provides an interface for calling Windows CE API functions directly from PocketC. It includes a set of Windows compatible header files, some example PocketC programs and a library DLL that provides data type conversion where required. Supports all versions of Windows CE from version 2
GLibPPC Pocket PC GLibPPC 0.35A -graphic library for Pocket PC. Its main goal is to simplify developpers' work by providing primitives and recurring functions for games, demonstrations etc. It is the first library which provides the load of the CPU in real time, a vital indicator when one wishes to optimize the graphic performances of Pocket PC
PyeditCE 2 PyeditCE 2 is the open source IDE and Forum Designer for the PythonCE language. Supports Tkinter. Python Software Foundation License.
These instructions may not work for everyone, nor may all steps be needed for everyone either. This is just what I did to get PythonCE, and accessories, properly installed for PyeditCE use.
1. Download all requirements
2. Run
Ewe Pocket PC A programming system that allows you to write applications, using Java, which will run the same on desktop systems, on mobile systems, and even in a Web browser as an Applet
RPN Security for Developers RPN Security for Developers - When you have developed your application for the Windows Mobile platform, you probably don''t want everyone to use this product for free. You want to prevent customers from handing your software over to friends for nothing. You will definitely earn more money when you protect your software from piracy