GetLastUsedLicenseCode
This function retrieves the last used license code, which was specified during last registration process on the computer. It takes it from the system registry.

Syntax
Public Shared Function GetLastUsedLicenseCode() As String

Parameters
No parameters.

Return value
Returns last used license code for the software.

Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;

Example
Private Sub InitItpControls()
    tbLicenseCode.Text = ItpLibraryNetWrapper.GetLastUsedLicenseCode()
End Sub
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services