Where to put the License Key info to activate the full version
|
Where to put the License Key info to activate the full version |
After you paid the order, you will receive the license key and full version download link by email. You should installed full version and set the key in LicenseKey property in the form load event. Otherwise it will display demo message box.
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load AxTimelineControl1.LicenseKey = "your key" End Sub |