Print Page | Close Window

License Setting

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=8168
Printed Date: 16 November 2024 at 7:45pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: License Setting
Posted By: cybeh
Subject: License Setting
Date Posted: 26 September 2007 at 1:55am
Hi,

I need to create TaskDialog dynamically in my DLL which I will not place any OCX (As I am having code below in the module file, and not form).

                Set TD = CreateObject("Codejock.TaskDialog.11.2.0")

And I do aware of I need to get some global lic.

My question is, how could I do that under a modCodejockLic?

So that I do not need to set the license all the time? Beside that, I could only find the example something like this
Set GS = CreateObject("Codejock.CalendarGlobalSettings.11.1.3")
    GS.License = "Calendar Control Copyright (c) 2003-2007 Codejock Software" + vbCrLf + "PRODUCT-ID: Codejock.Calendar.ActiveX.v11.1" + vbCrLf + "VALIDATE-CODE: XXX-XXX-XXX-XXX"
    Set pDatePicker = CreateObject("Codejock.DatePicker." + GS.Version)

How could I change that for TaskDialog? Thanks in advance.





Replies:
Posted By: Oleg
Date Posted: 27 September 2007 at 1:24am
Hi,
 
Yes, you need add license strings.
Something like:
 
Set GS = CreateObject("Codejock.SuiteControlsGlobalSettings.11.2.0")
    GS.License = "Suite Controls Copyright (c) 2003-2007 Codejock Software
" + vbCrLf + "PRODUCT-ID: Codejock.Controls.ActiveX.v11.2" + vbCrLf + "VALIDATE-CODE: XXX-XXX-XXX-XXX"


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Bernie
Date Posted: 27 September 2007 at 2:20am
I'd like to ask a question not relating to the original one.
Is it required every time to asign the correct value of .License when I create and distribute a STAND-ALONE .EXE program in the client machine?


Posted By: Oleg
Date Posted: 27 September 2007 at 3:03pm
Hi,
 
If you use vb6 - you don't need add anything, vb6 will automatically insert license to exe (if you use controls in form) . In .NET you need manually change it each time :(


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net