License information for this component not found.
-
-
Xceed admin
-
-
-
Joined on 09-29-2008
-
Longueuil
-
Posts 443
-
-
|
License information for this component not found.
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.
|
|
|
|
|
|