I need some guidance on where to explore the further inclusion of enabling a license key for a WinForms application. This includes those key concepts that you often see, for example:
- 30 day trial
- A license key is required to unlock the application beyond this.
- Perhaps the ability to unlock user functionality using this approach
What is the normal approach that people use to achieve this? Is it possible to use only the VS2008 Pro version, or are there well-known libraries that help? It would be nice to think that there are "client libraries" that make it easy to integrate this into a single Windows Forms application.
[Possible duplicates]
source
share