DOWNLOADS

  • The download files are demo versions of our software.
  • All downloads are fully functional but may contain a small demo message (these don't appear in the registered versions).
  • To convert the downloads to registered versions, purchase a registration key from us.
  • After downloading...
    • If it is a xxxx-Setup.exe file, just run it to install the software, than access it from the Windows Start | All programs | xxxx menu.
    • If it is a zip file, copy the downloaded file to any folder on your hard disk, and unzip it, then run the executable Setup file.
    • Read the ReadMe.txt file.
    • Try out the VB demo projects, usually called Project1.vbp or something similar.
    • Use the controls in your own programs..

 

 

 

ecGraph 2.13   -   2D graphing ActiveX control for Visual Basic 6.0 applications

 

      (1,075k)        US$159

 

 

ecGraph3D 1.18   -   3D graphing ActiveX control for Visual Basic 6.0 applications

 

      (2,470k)        US$159

 

Purchase your license code (also called a registration key) safely and securely through RegNow using a wide range of payment options. You will be sent a registration key that will convert your demo version into a full registered version. 

Licensing: Only the developer needs a license - one license per developer during design time. You can distribute any number of compiled copies as long as you don’t release the source code and license key.

 

HOW TO CONVERT YOUR DEMO VERSION INTO A REGISTERED VERSION

If you decide to purchase ecGraph you will be sent an email confirming your payment and including your license code (also called a registration key or Regcode). It will be of the form xxxxx-xx ... xx-xxxxx, and it will be shown in the email with your name, something like this..

   *** Registration Information ***
   Regname: Your Name
   Regcode: xxxxx-xx ... xx-xxxxx

Copy and paste the Regcode into your application exactly as shown, and use it during your project's initialisation (eg. Form_Load) for each ecGraph ActiveX control in your application. This will convert your downloaded demo version into a registered version. For example,

   Private Sub Form_Load()
      ...
      Const ecGraphRegcode$ = "xxxxx-xx ... xx-xxxxx" 'for ecGraph
      Const ecGraph3DRegcode$ = "xxxxx-xx ... xx-xxxxx" 'for ecGraph3D
      ...
      Call ecGraph1.RegisterecGraph(ecGraphRegcode$) 'for ecGraph
      Call ecGraph3D1.RegisterecGraph3D(ecGraph3DRegcode$) 'for ecGraph3D
      ...
   End Sub

We appreciate your business and wish you productive programming with our ActiveX controls. We are always interested to receive feedback on what sort of applications you use our controls for.

 


  Copyright © 2010, Encore Consulting Pty Ltd.                                                                 www.encoreconsulting.com.au