Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: OCX licensing string -- the easy way 1999-03-12 -- Nigel Hicks The easiest way to set the licence for redistribution (i.e without the LIC) is to place the
licence string after the Class name in the CREATE statement (separated by '\!' )
e.g.
OLE,USE(?VSlider),CREATE('MABRY.VslideCtrl\!nnnnnnnn')
Where nnnnnnnn is the license string which can be discovered (while designing - with
the LIC present) by printing out PROP:license for the control
e.g.
MESSAGE( ?VSlider{PROP:license} )
Today is November 21, 2024, 7:26 am This article has been viewed 35200 times.
|
|