|
[VBScript]
Set myobj = Server.CreateObject("ImageGlue7.Gestalt")
Response.Write "License Details - " & myobj.License
The above will produce something like the following output
(assuming a trial license is in operation):
License Details - Trial License - 29 days 23:34:04
Left
|