Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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, 8:35 am This article has been viewed 35201 times.
|
|