Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - License Setting
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

License Setting

 Post Reply Post Reply
Author
Message
cybeh View Drop Down
Groupie
Groupie
Avatar

Joined: 27 December 2005
Location: Malaysia
Status: Offline
Points: 76
Post Options Post Options   Thanks (0) Thanks(0)   Quote cybeh Quote  Post ReplyReply Direct Link To This Post Topic: License Setting
    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.


Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Bernie View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 July 2007
Location: Taiwan
Status: Offline
Points: 109
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bernie Quote  Post ReplyReply Direct Link To This Post 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?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.188 seconds.