Zaks.URLBuilder Readme

Zaks.URLBuilder : A COM dll to trigger Visual Interdev's URL Builder
Version : 1.0
Release Date : 11 October 97
Copyright (c) 1997 by Simon Fell. All rights reserved.
Contact:
email : Simon Fell
WWW : Zaks Solutions Web Site

If you have any problems using this component please report it.

Description
An In Process COM DLL, designed to be used by VB based ActiveX Design Time Controls, when called from within Visual Interdev, this will trigger VI's URL Builder wizard.

Installation Instructions
To use this ASP component move the DLL into a sub directory (like \winnt\system32\inetsrv\asp\Cmpnts or \winnt\system32) and run (from the directory copied to)

Regsvr32 mfcURL.dll

How To Use
An example DTC in Visual Basic is included in the download (requires VB Service Pack 2)

Object Properties / Methods
  • Function : GetURL(ctrl) : Triggers the VI URL Builder wizard, ctrl is a reference to the calling control, and for VB, "Me" can be used.
    Example
    set ub = CreateObject("Zaks.URLBuilder")
    dim url as string
    url = ub.GetUrl(Me)

Last Updated : 04 May 1998
(C) 1997/1998 Simon Fell, All rights reserved