|
Hi Dabi
you can unlock the eval copy by this if you working with visual basic 6.0
Dim ePrint1 As EPrint Set ePrint1 = New EPrint If ePrint1.IsSupportLocked(LPEPCLib.SupportLockConstants.SUPPORT_EVAL) Then ePrint1.UnlockSupport LPEPCLib.SupportLockConstants.SUPPORT_EVAL, "" End If
Thanks
Mahendtra
|