Joined: Thu Nov 09, 2006 10:15 am Posts: 1 Location: Cuneo - Italy
|
Hi, I'm a newbie with C# and I'm trying to use the C# samples, but I run into a problem registering the license key I bought on August 2006.
Using the JolietSample I've added
private String OCXkey = "<licence key>";
to the class JolietSampleForm
Then in the constructor I've made the following modification
//Registration.SetLicenseFree();
Registration.SetLicenseKey(OCXkey);
But the nag screen still shows up and I don't know what I'm doing wrong.
Can someone please help ?
Regards
|
|