|
Navigation: Implementing EasyGo > Function Reference EasyGo > Define Activation Screen and Activation Options |
![]() ![]()
|
This command defines the activation screens and activation options for EasyGo - eg. options like buy button or logo and also allows to define the registration options available (Online, E-Mail, Fax or Phone).
Name |
SetRegisterSettings |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose |
Set parameters for the EasyGo (PrepareAndCheck) functionality. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Returncode |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage |
To customize the EasyGo form. This call is in most cases necessary and has to be done before calling PrepareAndCheck. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sample |
lic.SetRegisterSettings(‘c:\temp\myimage.jpg’, // ImageFile true, // Allow LicenceViewer true, // Serial is a Key 'My Company', // Manufacturer ‘My Product’, // Productname true, // Register Online true, // Register By E-Mail ‘activate@mycompany.com', // E-Mail-Address true, // Register By Fax '012345/6789-1', // Faxnumber false, // Register By Phone '', // Phonenumber '', // E-Mail Fax Text 0, // DefaultMethod 'http://www.mycompany.com/buymyproduct', // Buy URL '', // CopyProtectSwitchOnKey ''); // CopyProtectSwitchOffKey ... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See also |
EasyGo, SetRegisterHelp, PrepareAndCheck |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Programme Name |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||