Dynamic License Validation Rules

  • Create licenses to fit your needs
  • Change rules without re-compiling
  • Custom solutions for your valued customers

Trial Limit

The Trial Limit provides for an evalation period with the ability to register or purchase a license.

  • Let users love your product before they buy.
  • Show a nag screen each time the application is started - or not.
  • Convert trials to registered versions without reinstalling.

Code Samples

If _license.IsTrial Then
    DisablePrintingFeatures()
End If
if( _license.IsTrial )
    DisablePrintingFeatures();