The License method must be called in order to license your copy of SmartUI. To register all SmartUI controls being used in your application, the License method should be called in your Sub Main or in the main form’s Initialize method.
Private Sub Form_Initialize() Dim result As Boolean
result = XceedSmartUI.License( “your license key” )
If Not result Then Call MsgBox( “Licensing failed!” ) End If End Sub |
The License method is available as of version 2.0.100 of SmartUI. You can download the latest version from the Update Center.
Applies to Xceed SmartUI (ActiveX). Imported from legacy forums. Posted by Xceed admin (had 1581 views)