Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

4. Activating the TeeGrid license

mogmem edited this page May 21, 2018 · 1 revision

TeeGrid License

TeeGrid displays a Watermark unless the TeeGrid.Licenses file, obtainable from Steema Software, https://www.steema.com, is included as an embedded resource in your project.

Winforms projects

How to add TeeGrid for .NET to a Windows Form design surface

To include the TeeGrid.Licenses file in a Winforms project, add the file to the project and set the compile condition to 'Embedded Resource'. When compiled and run, TeeGrid will check for the file and remove the watermark.

How to enable the TeeGrid.licenses file for designtime licensing

Use the environment variable, LICENSE_PATH, set to the folder path to the teegrid.licenses file to enable the TeeGrid for .NET license at designtime.

Net Core projects

To include the TeeGrid.Licenses file in a Net Core project, add the file to the project and set the compile condition to 'Embedded Resource'. When compiled and run, TeeGrid will check for the file and remove the watermark.