Pocket PC software licensing

  • Thread starter Thread starter Terry Westley
  • Start date Start date
T

Terry Westley

I've developed a couple consumer-oriented Pocket PC programs. How does one
go about implementing Pocket PC software licensing?

--TWestley
 
If you want to create your own licensing code try this article, it is a very good snapshot of how to implement license keys and details the pitfalls which can occur when generating and checking the keys

http://www.ftponline.com/Archives/premier/mgznarch/vbpj/2001/07jul01/cb0107/cb0107.as

It is not hard to convert the code from VB6 to C# and run under .NET CF. You can use this license key to lock software to a single device (based on name), set expiry dates or restrict the software to specific maximum version numbers

Regard

Liam Westley
 
Back
Top