Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

VB.net Security preventing user using it after trial

Hi

I am implementing the licensing functionality by Eric Moreau at the following link
 
http://www.emoreau.com/Entries/Articles/2007/12/Licensing-a-VBNet-application.aspx

I have the form that generates the license key working in my VB.net project which opens from

button click, but am not sure how to prevent a user that has gone over the 30 day trial from

using my application. What code would I use in the Application start up?
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Thanks very much