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
Similar Software:
diPacker diPacker is an advanced executable file compressor for PDA, capable of reducing the file size of programs by as much as 70%. diPacker makes executable files and libraries smaller, increase free space on memory cards, decrease load times across networks, and download times from the internet; it also protects programs against reverse engineering
wxWidgets wxWidgets - wxWidgets is an open source C++ framework providing common API across supported platforms, but uses the native graphical user interface (GUI) and other facilities on each platform.
wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase
Quick PocketSetup Professional Quick PocketSetup Professional is the easy way to create Professional Setups for Pocket PC
EDh hex editor EDh is a hex editor for Windows Mobile devices
DynRIL DynRIL - The Radio Interface Layer (RIL) provides an interface that handles the communication between the CellCore system software and the radio hardware. The DynRIL is a powerful wrapper that makes the job of phone applications developers much easier, regardless of the language used
GSBatmonp Battery monitor and notification tray test program
LocalDB LocalDB allows software developers to use relational SQL databases from their applications. The database is file-based, fast, and very easy to use. You can use the SQL standard to manipulate its data.
There is no need for a network connection, because all data is stored locally.
If you need to synchronize, it is very easy and straightforward
Fire j2me Fire j2me is a library that aims to provide a set of easy-to-use extendable components to J2ME developers.
The basic set of Fire components offer all the functionality of the J2ME GUI components provided in the midp2 profile (Forms, Items etc.) plus a much more appealing user interface, themes, animations, popup menus, and better component layout
Other Software by developer «Kolsoft»:
not found
Comments on SecureTrial:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.