ailogix_logo
product
downloads
support
affiliation
corporate
CUXLDEN

Click the links below to download our products.

Quick Download CUXLDEN For Client

Quick Download CUXLDEN For Lite Server


If you would like to contact with us, click and go through this link here.

» Contact Us

 
 

CUXLDEN

CUXLDEN For Client can be extended to various UI (User Interface) and added more functions by means of Component Embeded.

> CUXLDEN For Client Interface

ISession Interface

ISession Methods
Description
File Name Get the File Name which is currently downloading
Download Download the specified File
Cancel Cancel to Download

_ISessionEvents Interface

_ISessionEvents Methods
Description
OnStart Informs the event sink when downloading start
OnDataAvailable Informs the event sink if data received from peer
OnProgress Informs the event sink when progress is changed
OnFinished Informs the event sink when downloading completed
OnError Informs the event sink if the specified error is occurred

> Using on the web

Check for the Client is installed

function IsCUXLDENClientInstalled()
{
        var objClient;
         try
         {
                     objClient = new ActiveXObject("AILogix.CUXLCDEN.Session");
         }
         catch (e)
        {
                     return false;
         }
         return true;
}



Download file from script

var objClient;
objClient = new ActiveXObject("AILogix.CUXLCDEN.Session");
objClient.Download(...);


(Note. Please refer to ISession Interface and _ISessionEvents Interface for more information.)


Requirements

Type Library
Use CUXLCDEN.tlb or Import Type library from CUXLCDEN.EXE
Component
Requires CUXLCDEN.EXE

 

 
Microsoft Windows logo are trademarks or registered trademarks of Microsoft Corporation
in the United States and/or other countries.

1B Level 2 130 Queen ST. Brisbane QLD. 4000 Australia
Phone: 07 3211 0199  Fax: 07 3211 0144

Copyright ⓒ 2007 AILOGIX Pty., Ltd. All rights reserved.