Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
    • Overview
    • Installation & Deployement
    • Skin & Theme
    • Common Taskes and Services
    • EO.Wpf Buttons
    • EO.Wpf Calendar & DatePicker
    • EO.Wpf ComboBox
    • EO.Wpf DockView
    • EO.Wpf Gauge
    • EO.Wpf ListBox
    • EO.Wpf Menu
    • EO.Wpf MaskedEdit
    • EO.Wpf ProgressBar
    • EO.Wpf Slider
    • EO.Wpf SpinEdit
    • EO.Wpf SplitView
    • EO.Wpf TabControl
    • EO.Wpf TreeView
    • EO.Wpf Utility Controls
    • EO.Wpf WindowChrome
    • Sample Data Objects
  • Common Topics
  • Reference
Licensing

Acquiring License

A license can be purchased directly online at https://www.essentialobjects.com/order. Once the order is processed, you will receive an email with the link to the license information. Follow the link to setup an account and access the license file/key. Please contact us if you do not receive the license key after 24 hours of the purchase.

Applying license

Once you place an order, you will be able to setup an account to access the license key online. Once you have the license key, you can call EO.Wpf.Runtime.AddLicense to apply the license key:

//Call this before any other code that uses EO.Wpf        
EO.Wpf.Runtime.AddLicense("your_license_code");

The actual license code is much longer and may need to be broke into multiple lines. For your convenience the license code page can generate the full code block for you to copy and paste into your application.