Welcome to the Xceed Community | Help
Community Search  
More Search Options

License information for this component not found.

Sort Posts: Previous Next
  •  10-10-2008, 10:54 AM Post no. 28412

    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.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.