` Printed Icetips Article

Icetips Article



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} )



Printed April 28, 2024, 11:38 pm
This article has been viewed/printed 35108 times.