Accusoft BarcodeXpress v14.0 - Updated January 7, 2025
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / SetSolutionKey Method
Unlock key 1
Unlock key 2
Unlock key 3
Unlock key 4
SetSolutionKey Method
Description
Sets the solution key required by runtime licensing.
Syntax
Visual Basic
Public Sub SetSolutionKey( _
   ByVal PW0 As Long, _
   ByVal PW1 As Long, _
   ByVal PW2 As Long, _
   ByVal PW3 As Long _
) 
Parameters
PW0
Unlock key 1
PW1
Unlock key 2
PW2
Unlock key 3
PW3
Unlock key 4
Remarks
This is the solution key required for all runtime licensing. The four integers are provided at the time of purchase of the runtime licenses along with the solution name, which is set with the SetSolutionName method.
See Also